Html Css Color HEX #09191D Black Pearl

📋 copy color: '#09191D'

red 9 ◦ green 25 ◦ blue 29

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

Shades of Black Pearl #09191D

Tints of Black Pearl #09191D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 46.03%

R = 14.29%
G = 39.68%
B = 46.03%

CMYK

 C value IS 0.69

 M value IS 0.14

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#09191D (or 0x09191D) is known color: Black Pearl. HEX triplet: 09, 19 and 1D. RGB value is (9,25,29). Sum of RGB (Red+Green+Blue) = 9+25+29=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 29 - color contains mainly: blue. Hex color #09191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09191D is #F6E6E2. Grayscale: #141414. Windows color (decimal): -16180963 or 1906953. OLE color: 1906953.

HSL color Cylindrical-coordinate representation of color #09191D: hue angle of 192º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #09191D is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 9 25 29 -
CMYK 0.69 0.14 0 0.89
HSL 192º 0.53% 0.07% -
HSV(B) 192º 0.69% 0.11% -
XYZ 0.68 0.84 1.29 -
YUV 20.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 9 25 29 0.69 0.14 0 0.89 192 0.53 0.07
Hex 9 19 1D 45 E 0 59 C0 35 7
Octal 11 31 35 105 16 0 131 300 65 7
Binary 1001 11001 11101 1000101 1110 0 1011001 11000000 110101 111

Color Harmonies of #09191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09191D

Black with #09191D

Text Example


Text Example

White with #09191D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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