#09292D

Color #09292D Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #09292D

Tints of Black Pearl #09292D

Color information

#09292D (or 0x09292D) is unknown color: approx Black Pearl. HEX triplet: 09, 29 and 2D. RGB value is (9,41,45). Sum of RGB (Red+Green+Blue) = 9+41+45=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 41 (16.41% from 255 or 43.16% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 45 - color contains mainly: blue. Hex color #09292D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09292D is #F6D6D2. Grayscale: #1F1F1F. Windows color (decimal): -16176851 or 2959625. OLE color: 2959625.

HSL color Cylindrical-coordinate representation of color #09292D: hue angle of 186.67º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09292D is Cyan = 0.8, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB94145-
CMYK0.80.0900.82
HSL186.67º66.67%10.59%-
HSV(B)186.67º80%17.65%-
XYZ1.381.832.76-
YUV31.89135.4111.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 9.47%
GREEN value IS 41 (16.41% from 255) = 43.16%
BLUE value IS 45 (17.97% from 255) = 47.37%
R=9.47%
G=43.16%
B=47.37%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal941450.80.0900.82186.6766.6710.59
Hex9292D509052bb43b
Octal11515512011012227310313
Binary100110100110110110100001001010100101011101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09292D; }

 p { color: rgb(9,41,45); }

 H1.HeaderClassName
 {
   color: #09292D;
 }
 .AnyTagClassName
 {
   color: #09292D;
 }
</style>
background-color css

<style>
 a { background-color: #09292D; }

 a { background-color: rgb(9,41,45); }

 div.DivClassName
 {
   background-color: #09292D;
 }
 .BgClassName
 {
   background-color: #09292D;
 }
</style>
border-color css

<style>
 span { border-color: #09292D; }

 span { border-color: rgb(9,41,45); }

 td.TdClassName
 {
   border-color: #09292D;
 }
 .TagClassName
 {
   border-color: #09292D;
 }
</style>