#09181F

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

Shades of Black Pearl #09181F

Tints of Black Pearl #09181F

Color information

#09181F (or 0x09181F) is unknown color: approx Black Pearl. HEX triplet: 09, 18 and 1F. RGB value is (9,24,31). Sum of RGB (Red+Green+Blue) = 9+24+31=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 24 (9.77% from 255 or 37.5% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #09181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09181F is #F6E7E0. Grayscale: #141414. Windows color (decimal): -16181217 or 2037769. OLE color: 2037769.

HSL color Cylindrical-coordinate representation of color #09181F: hue angle of 199.09º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #09181F is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB92431-
CMYK0.710.2300.88
HSL199.09º55%7.84%-
HSV(B)199.09º70.97%12.16%-
XYZ0.690.811.42-
YUV20.31134.03119.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.06%
GREEN value IS 24 (9.77% from 255) = 37.5%
BLUE value IS 31 (12.5% from 255) = 48.44%
R=14.06%
G=37.5%
B=48.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal924310.710.2300.88199.09557.84
Hex9181F4717058c7378
Octal1130371072701303076710
Binary1001110001111110001111011101011000110001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09181F; }

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

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

<style>
 a { background-color: #09181F; }

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

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

<style>
 span { border-color: #09181F; }

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

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