Html Css Color HEX #152224 Black Pearl

📋 copy color: '#152224'

red 21 ◦ green 34 ◦ blue 36

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

Shades of Black Pearl #152224

Tints of Black Pearl #152224

RGB

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

 GREEN value IS 34 (13.67% from 255) = 37.36%

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

R = 23.08%
G = 37.36%
B = 39.56%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#152224 (or 0x152224) is known color: Black Pearl. HEX triplet: 15, 22 and 24. RGB value is (21,34,36). Sum of RGB (Red+Green+Blue) = 21+34+36=91 (12% of max value = 765). Red value is 21 (8.59% from 255 or 23.08% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 36 - color contains mainly: blue. Hex color #152224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152224 is #EADDDB. Grayscale: #1E1E1E. Windows color (decimal): -15392220 or 2368021. OLE color: 2368021.

HSL color Cylindrical-coordinate representation of color #152224: hue angle of 188º 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 #152224 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 21 34 36 -
CMYK 0.42 0.06 0 0.86
HSL 188º 0.26% 0.11% -
HSV(B) 188º 0.42% 0.14% -
XYZ 1.2 1.43 1.88 -
YUV 30.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 21 34 36 0.42 0.06 0 0.86 188 0.26 0.11
Hex 15 22 24 2A 6 0 56 BC 1A B
Octal 25 42 44 52 6 0 126 274 32 13
Binary 10101 100010 100100 101010 110 0 1010110 10111100 11010 1011

Color Harmonies of #152224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152224

Black with #152224

Text Example


Text Example

White with #152224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152224; }

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

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

background-color css

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

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

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

border-color css

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

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

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