#09182D

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

Shades of Black Pearl #09182D

Tints of Black Pearl #09182D

Color information

#09182D (or 0x09182D) is unknown color: approx Black Pearl. HEX triplet: 09, 18 and 2D. RGB value is (9,24,45). Sum of RGB (Red+Green+Blue) = 9+24+45=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 45 (17.97% from 255 or 57.69% from 78); Max value from RGB is 45 - color contains mainly: blue. Hex color #09182D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09182D is #F6E7D2. Grayscale: #151515. Windows color (decimal): -16181203 or 2955273. OLE color: 2955273.

HSL color Cylindrical-coordinate representation of color #09182D: hue angle of 215º 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 #09182D is Cyan = 0.8, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB92445-
CMYK0.80.4700.82
HSL215º66.67%10.59%-
HSV(B)215º80%17.65%-
XYZ0.910.92.61-
YUV21.91141.03118.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.54%
GREEN value IS 24 (9.77% from 255) = 30.77%
BLUE value IS 45 (17.97% from 255) = 57.69%
R=11.54%
G=30.77%
B=57.69%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal924450.80.4700.8221566.6710.59
Hex9182D502F052d743b
Octal11305512057012232710313
Binary1001110001011011010000101111010100101101011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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