Html Css Color HEX #09141C Black Pearl

📋 copy color: '#09141C'

red 9 ◦ green 20 ◦ blue 28

#09141C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #09141C

Tints of Black Pearl #09141C

RGB

 RED value IS 9 (3.91% from 255) = 15.79%

 GREEN value IS 20 (8.2% 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 value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#09141C (or 0x09141C) is known color: 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

RGB 9 20 28 -
CMYK 0.68 0.29 0 0.89
HSL 205.26º 0.51% 0.07% -
HSV(B) 205.26º 0.68% 0.11% -
XYZ 0.57 0.64 1.19 -
YUV 17.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 9 20 28 0.68 0.29 0 0.89 205.26 0.51 0.07
Hex 9 14 1C 44 1D 0 59 CD 33 7
Octal 11 24 34 104 35 0 131 315 63 7
Binary 1001 10100 11100 1000100 11101 0 1011001 11001101 110011 111

Color Harmonies of #09141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09141C

Black with #09141C

Text Example


Text Example

White with #09141C

Text Example


Text Example

HTML Codes & Css Web 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>