Html Css Color HEX #091423 Black Pearl

📋 copy color: '#091423'

red 9 ◦ green 20 ◦ blue 35

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

Shades of Black Pearl #091423

Tints of Black Pearl #091423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 54.69%

R = 14.06%
G = 31.25%
B = 54.69%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#091423 (or 0x091423) is known color: Black Pearl. HEX triplet: 09, 14 and 23. RGB value is (9,20,35). Sum of RGB (Red+Green+Blue) = 9+20+35=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 35 (14.06% from 255 or 54.69% from 64); Max value from RGB is 35 - color contains mainly: blue. Hex color #091423 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091423 is #F6EBDC. Grayscale: #121212. Windows color (decimal): -16182237 or 2298889. OLE color: 2298889.

HSL color Cylindrical-coordinate representation of color #091423: hue angle of 214.62º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #091423 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 9 20 35 -
CMYK 0.74 0.43 0 0.86
HSL 214.62º 0.59% 0.09% -
HSV(B) 214.62º 0.74% 0.14% -
XYZ 0.67 0.68 1.69 -
YUV 18.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 9 20 35 0.74 0.43 0 0.86 214.62 0.59 0.09
Hex 9 14 23 4A 2B 0 56 D7 3B 9
Octal 11 24 43 112 53 0 126 327 73 11
Binary 1001 10100 100011 1001010 101011 0 1010110 11010111 111011 1001

Color Harmonies of #091423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091423

Black with #091423

Text Example


Text Example

White with #091423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091423; }

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

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

background-color css

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

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

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

border-color css

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

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

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