Html Css Color HEX #091119 Black Pearl

📋 copy color: '#091119'

red 9 ◦ green 17 ◦ blue 25

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

Shades of Black Pearl #091119

Tints of Black Pearl #091119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 33.33%

 BLUE value IS 25 (10.16% from 255) = 49.02%

R = 17.65%
G = 33.33%
B = 49.02%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#091119 (or 0x091119) is known color: Black Pearl. HEX triplet: 09, 11 and 19. RGB value is (9,17,25). Sum of RGB (Red+Green+Blue) = 9+17+25=51 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.65% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: blue. Hex color #091119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091119 is #F6EEE6. Grayscale: #0F0F0F. Windows color (decimal): -16183015 or 1642761. OLE color: 1642761.

HSL color Cylindrical-coordinate representation of color #091119: hue angle of 210º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #091119 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 9 17 25 -
CMYK 0.64 0.32 0 0.90
HSL 210º 0.47% 0.07% -
HSV(B) 210º 0.64% 0.1% -
XYZ 0.49 0.53 1 -
YUV 15.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 9 17 25 0.64 0.32 0 0.90 210 0.47 0.07
Hex 9 11 19 40 20 0 5A D2 2F 7
Octal 11 21 31 100 40 0 132 322 57 7
Binary 1001 10001 11001 1000000 100000 0 1011010 11010010 101111 111

Color Harmonies of #091119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091119

Black with #091119

Text Example


Text Example

White with #091119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091119; }

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

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

background-color css

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

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

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

border-color css

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

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

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