Html Css Color HEX #091524 Black Pearl

📋 copy color: '#091524'

red 9 ◦ green 21 ◦ blue 36

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

Shades of Black Pearl #091524

Tints of Black Pearl #091524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 31.82%

 BLUE value IS 36 (14.45% from 255) = 54.55%

R = 13.64%
G = 31.82%
B = 54.55%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#091524 (or 0x091524) is known color: Black Pearl. HEX triplet: 09, 15 and 24. RGB value is (9,21,36). Sum of RGB (Red+Green+Blue) = 9+21+36=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 21 (8.59% from 255 or 31.82% from 66); Blue value is 36 (14.45% from 255 or 54.55% from 66); Max value from RGB is 36 - color contains mainly: blue. Hex color #091524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091524 is #F6EADB. Grayscale: #131313. Windows color (decimal): -16181980 or 2364681. OLE color: 2364681.

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

Color convert

RGB 9 21 36 -
CMYK 0.75 0.42 0 0.86
HSL 213.33º 0.6% 0.09% -
HSV(B) 213.33º 0.75% 0.14% -
XYZ 0.7 0.72 1.77 -
YUV 19.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 9 21 36 0.75 0.42 0 0.86 213.33 0.6 0.09
Hex 9 15 24 4B 2A 0 56 D5 3C 9
Octal 11 25 44 113 52 0 126 325 74 11
Binary 1001 10101 100100 1001011 101010 0 1010110 11010101 111100 1001

Color Harmonies of #091524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091524

Black with #091524

Text Example


Text Example

White with #091524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091524; }

 p { color: rgb(9,21,36); }

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

background-color css

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

 a { background-color: rgb(9,21,36); }

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

border-color css

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

 span { border-color: rgb(9,21,36); }

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