Html Css Color HEX #09191C Black Pearl

📋 copy color: '#09191C'

red 9 ◦ green 25 ◦ blue 28

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

Shades of Black Pearl #09191C

Tints of Black Pearl #09191C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 40.32%

 BLUE value IS 28 (11.33% from 255) = 45.16%

R = 14.52%
G = 40.32%
B = 45.16%

CMYK

 C value IS 0.68

 M value IS 0.11

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#09191C (or 0x09191C) is known color: Black Pearl. HEX triplet: 09, 19 and 1C. RGB value is (9,25,28). Sum of RGB (Red+Green+Blue) = 9+25+28=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 28 - color contains mainly: blue. Hex color #09191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09191C is #F6E6E3. Grayscale: #141414. Windows color (decimal): -16180964 or 1841417. OLE color: 1841417.

HSL color Cylindrical-coordinate representation of color #09191C: hue angle of 189.47º 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 #09191C is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 9 25 28 -
CMYK 0.68 0.11 0 0.89
HSL 189.47º 0.51% 0.07% -
HSV(B) 189.47º 0.68% 0.11% -
XYZ 0.67 0.84 1.22 -
YUV 20.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 9 25 28 0.68 0.11 0 0.89 189.47 0.51 0.07
Hex 9 19 1C 44 B 0 59 BD 33 7
Octal 11 31 34 104 13 0 131 275 63 7
Binary 1001 11001 11100 1000100 1011 0 1011001 10111101 110011 111

Color Harmonies of #09191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09191C

Black with #09191C

Text Example


Text Example

White with #09191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09191C;
 }
 .AnyTagClassName
 {
   color: #09191C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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