Html Css Color HEX #09121A Black Pearl

📋 copy color: '#09121A'

red 9 ◦ green 18 ◦ blue 26

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

Shades of Black Pearl #09121A

Tints of Black Pearl #09121A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 33.96%

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

R = 16.98%
G = 33.96%
B = 49.06%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#09121A (or 0x09121A) is known color: Black Pearl. HEX triplet: 09, 12 and 1A. RGB value is (9,18,26). Sum of RGB (Red+Green+Blue) = 9+18+26=53 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.98% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 26 (10.55% from 255 or 49.06% from 53); Max value from RGB is 26 - color contains mainly: blue. Hex color #09121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09121A is #F6EDE5. Grayscale: #101010. Windows color (decimal): -16182758 or 1708553. OLE color: 1708553.

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

Color convert

RGB 9 18 26 -
CMYK 0.65 0.31 0 0.90
HSL 208.24º 0.49% 0.07% -
HSV(B) 208.24º 0.65% 0.1% -
XYZ 0.52 0.57 1.06 -
YUV 16.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 9 18 26 0.65 0.31 0 0.90 208.24 0.49 0.07
Hex 9 12 1A 41 1F 0 5A D0 31 7
Octal 11 22 32 101 37 0 132 320 61 7
Binary 1001 10010 11010 1000001 11111 0 1011010 11010000 110001 111

Color Harmonies of #09121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09121A

Black with #09121A

Text Example


Text Example

White with #09121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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