#09141C

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

Shades of Black Pearl #09141C

Tints of Black Pearl #09141C

Color information

#09141C (or 0x09141C) is unknown color: approx Black Pearl. HEX triplet: 09, 14 and 1C. RGB value is (9,20,28). Sum of RGB (Red+Green+Blue) = 9+20+28=57 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.79% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 28 (11.33% from 255 or 49.12% from 57); Max value from RGB is 28 - color contains mainly: blue. Hex color #09141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09141C is #F6EBE3. Grayscale: #111111. Windows color (decimal): -16182244 or 1840137. OLE color: 1840137.

HSL color Cylindrical-coordinate representation of color #09141C: hue angle of 205.26º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #09141C is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB92028-
CMYK0.680.2900.89
HSL205.26º51.35%7.25%-
HSV(B)205.26º67.86%10.98%-
XYZ0.570.641.19-
YUV17.62133.86121.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15.79%
GREEN value IS 20 (8.20% from 255) = 35.09%
BLUE value IS 28 (11.33% from 255) = 49.12%
R=15.79%
G=35.09%
B=49.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal920280.680.2900.89205.2651.357.25
Hex9141C441D059cd337
Octal112434104350131315637
Binary100110100111001000100111010101100111001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09141C; }

 p { color: rgb(9,20,28); }

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

<style>
 a { background-color: #09141C; }

 a { background-color: rgb(9,20,28); }

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

<style>
 span { border-color: #09141C; }

 span { border-color: rgb(9,20,28); }

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