Html Css Color HEX #09191B Black Pearl

📋 copy color: '#09191B'

red 9 ◦ green 25 ◦ blue 27

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

Shades of Black Pearl #09191B

Tints of Black Pearl #09191B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 44.26%

R = 14.75%
G = 40.98%
B = 44.26%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#09191B (or 0x09191B) is known color: Black Pearl. HEX triplet: 09, 19 and 1B. RGB value is (9,25,27). Sum of RGB (Red+Green+Blue) = 9+25+27=61 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.75% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 27 - color contains mainly: blue. Hex color #09191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09191B is #F6E6E4. Grayscale: #141414. Windows color (decimal): -16180965 or 1775881. OLE color: 1775881.

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

Color convert

RGB 9 25 27 -
CMYK 0.67 0.07 0 0.89
HSL 186.67º 0.5% 0.07% -
HSV(B) 186.67º 0.67% 0.11% -
XYZ 0.66 0.83 1.16 -
YUV 20.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 9 25 27 0.67 0.07 0 0.89 186.67 0.5 0.07
Hex 9 19 1B 43 7 0 59 BB 32 7
Octal 11 31 33 103 7 0 131 273 62 7
Binary 1001 11001 11011 1000011 111 0 1011001 10111011 110010 111

Color Harmonies of #09191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09191B

Black with #09191B

Text Example


Text Example

White with #09191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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