Html Css Color HEX #152024 Black Pearl

📋 copy color: '#152024'

red 21 ◦ green 32 ◦ blue 36

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

Shades of Black Pearl #152024

Tints of Black Pearl #152024

RGB

 RED value IS 21 (8.59% from 255) = 23.6%

 GREEN value IS 32 (12.89% from 255) = 35.96%

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

R = 23.6%
G = 35.96%
B = 40.45%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#152024 (or 0x152024) is known color: Black Pearl. HEX triplet: 15, 20 and 24. RGB value is (21,32,36). Sum of RGB (Red+Green+Blue) = 21+32+36=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 36 - color contains mainly: blue. Hex color #152024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152024 is #EADFDB. Grayscale: #1D1D1D. Windows color (decimal): -15392732 or 2367509. OLE color: 2367509.

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

Color convert

RGB 21 32 36 -
CMYK 0.42 0.11 0 0.86
HSL 196º 0.26% 0.11% -
HSV(B) 196º 0.42% 0.14% -
XYZ 1.14 1.32 1.86 -
YUV 29.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 21 32 36 0.42 0.11 0 0.86 196 0.26 0.11
Hex 15 20 24 2A B 0 56 C4 1A B
Octal 25 40 44 52 13 0 126 304 32 13
Binary 10101 100000 100100 101010 1011 0 1010110 11000100 11010 1011

Color Harmonies of #152024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152024

Black with #152024

Text Example


Text Example

White with #152024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152024; }

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

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

background-color css

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

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

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

border-color css

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

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

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