Html Css Color HEX #09162B Black Pearl

📋 copy color: '#09162B'

red 9 ◦ green 22 ◦ blue 43

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

Shades of Black Pearl #09162B

Tints of Black Pearl #09162B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 58.11%

R = 12.16%
G = 29.73%
B = 58.11%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#09162B (or 0x09162B) is known color: Black Pearl. HEX triplet: 09, 16 and 2B. RGB value is (9,22,43). Sum of RGB (Red+Green+Blue) = 9+22+43=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 43 (17.19% from 255 or 58.11% from 74); Max value from RGB is 43 - color contains mainly: blue. Hex color #09162B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09162B is #F6E9D4. Grayscale: #141414. Windows color (decimal): -16181717 or 2823689. OLE color: 2823689.

HSL color Cylindrical-coordinate representation of color #09162B: hue angle of 217.06º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #09162B is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 9 22 43 -
CMYK 0.79 0.49 0 0.83
HSL 217.06º 0.65% 0.1% -
HSV(B) 217.06º 0.79% 0.17% -
XYZ 0.84 0.81 2.4 -
YUV 20.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 9 22 43 0.79 0.49 0 0.83 217.06 0.65 0.1
Hex 9 16 2B 4F 31 0 53 D9 41 A
Octal 11 26 53 117 61 0 123 331 101 12
Binary 1001 10110 101011 1001111 110001 0 1010011 11011001 1000001 1010

Color Harmonies of #09162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09162B

Black with #09162B

Text Example


Text Example

White with #09162B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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