Html Css Color HEX #09161A Black Pearl

📋 copy color: '#09161A'

red 9 ◦ green 22 ◦ blue 26

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

Shades of Black Pearl #09161A

Tints of Black Pearl #09161A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 38.6%

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

R = 15.79%
G = 38.6%
B = 45.61%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#09161A (or 0x09161A) is known color: Black Pearl. HEX triplet: 09, 16 and 1A. RGB value is (9,22,26). Sum of RGB (Red+Green+Blue) = 9+22+26=57 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.79% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 26 (10.55% from 255 or 45.61% from 57); Max value from RGB is 26 - color contains mainly: blue. Hex color #09161A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09161A is #F6E9E5. Grayscale: #121212. Windows color (decimal): -16181734 or 1709577. OLE color: 1709577.

HSL color Cylindrical-coordinate representation of color #09161A: hue angle of 194.12º 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 #09161A is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 9 22 26 -
CMYK 0.65 0.15 0 0.90
HSL 194.12º 0.49% 0.07% -
HSV(B) 194.12º 0.65% 0.1% -
XYZ 0.59 0.71 1.08 -
YUV 18.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 9 22 26 0.65 0.15 0 0.90 194.12 0.49 0.07
Hex 9 16 1A 41 F 0 5A C2 31 7
Octal 11 26 32 101 17 0 132 302 61 7
Binary 1001 10110 11010 1000001 1111 0 1011010 11000010 110001 111

Color Harmonies of #09161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09161A

Black with #09161A

Text Example


Text Example

White with #09161A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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