Html Css Color HEX #09161D Black Pearl

📋 copy color: '#09161D'

red 9 ◦ green 22 ◦ blue 29

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

Shades of Black Pearl #09161D

Tints of Black Pearl #09161D

RGB

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

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

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

R = 15%
G = 36.67%
B = 48.33%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#09161D (or 0x09161D) is known color: Black Pearl. HEX triplet: 09, 16 and 1D. RGB value is (9,22,29). Sum of RGB (Red+Green+Blue) = 9+22+29=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 22 (8.98% from 255 or 36.67% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: blue. Hex color #09161D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09161D is #F6E9E2. Grayscale: #121212. Windows color (decimal): -16181731 or 1906185. OLE color: 1906185.

HSL color Cylindrical-coordinate representation of color #09161D: hue angle of 201º 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 #09161D is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 9 22 29 -
CMYK 0.69 0.24 0 0.89
HSL 201º 0.53% 0.07% -
HSV(B) 201º 0.69% 0.11% -
XYZ 0.62 0.72 1.27 -
YUV 18.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 9 22 29 0.69 0.24 0 0.89 201 0.53 0.07
Hex 9 16 1D 45 18 0 59 C9 35 7
Octal 11 26 35 105 30 0 131 311 65 7
Binary 1001 10110 11101 1000101 11000 0 1011001 11001001 110101 111

Color Harmonies of #09161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09161D

Black with #09161D

Text Example


Text Example

White with #09161D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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