Html Css Color HEX #091426 Black Pearl

📋 copy color: '#091426'

red 9 ◦ green 20 ◦ blue 38

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

Shades of Black Pearl #091426

Tints of Black Pearl #091426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 29.85%

 BLUE value IS 38 (15.23% from 255) = 56.72%

R = 13.43%
G = 29.85%
B = 56.72%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#091426 (or 0x091426) is known color: Black Pearl. HEX triplet: 09, 14 and 26. RGB value is (9,20,38). Sum of RGB (Red+Green+Blue) = 9+20+38=67 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.43% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 38 (15.23% from 255 or 56.72% from 67); Max value from RGB is 38 - color contains mainly: blue. Hex color #091426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091426 is #F6EBD9. Grayscale: #121212. Windows color (decimal): -16182234 or 2495497. OLE color: 2495497.

HSL color Cylindrical-coordinate representation of color #091426: hue angle of 217.24º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #091426 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 9 20 38 -
CMYK 0.76 0.47 0 0.85
HSL 217.24º 0.62% 0.09% -
HSV(B) 217.24º 0.76% 0.15% -
XYZ 0.71 0.7 1.93 -
YUV 18.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 9 20 38 0.76 0.47 0 0.85 217.24 0.62 0.09
Hex 9 14 26 4C 2F 0 55 D9 3E 9
Octal 11 24 46 114 57 0 125 331 76 11
Binary 1001 10100 100110 1001100 101111 0 1010101 11011001 111110 1001

Color Harmonies of #091426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091426

Black with #091426

Text Example


Text Example

White with #091426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091426; }

 p { color: rgb(9,20,38); }

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

background-color css

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

 a { background-color: rgb(9,20,38); }

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

border-color css

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

 span { border-color: rgb(9,20,38); }

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