Html Css Color HEX #09191A Black Pearl

📋 copy color: '#09191A'

red 9 ◦ green 25 ◦ blue 26

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

Shades of Black Pearl #09191A

Tints of Black Pearl #09191A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 43.33%

R = 15%
G = 41.67%
B = 43.33%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#09191A (or 0x09191A) is known color: Black Pearl. HEX triplet: 09, 19 and 1A. RGB value is (9,25,26). Sum of RGB (Red+Green+Blue) = 9+25+26=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 25 (10.16% from 255 or 41.67% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 26 - color contains mainly: blue. Hex color #09191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09191A is #F6E6E5. Grayscale: #141414. Windows color (decimal): -16180966 or 1710345. OLE color: 1710345.

HSL color Cylindrical-coordinate representation of color #09191A: hue angle of 183.53º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #09191A is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 9 25 26 -
CMYK 0.65 0.04 0 0.90
HSL 183.53º 0.49% 0.07% -
HSV(B) 183.53º 0.65% 0.1% -
XYZ 0.65 0.83 1.1 -
YUV 20.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 9 25 26 0.65 0.04 0 0.90 183.53 0.49 0.07
Hex 9 19 1A 41 4 0 5A B8 31 7
Octal 11 31 32 101 4 0 132 270 61 7
Binary 1001 11001 11010 1000001 100 0 1011010 10111000 110001 111

Color Harmonies of #09191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09191A

Black with #09191A

Text Example


Text Example

White with #09191A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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