Html Css Color HEX #152428 Black Pearl

📋 copy color: '#152428'

red 21 ◦ green 36 ◦ blue 40

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

Shades of Black Pearl #152428

Tints of Black Pearl #152428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 37.11%

 BLUE value IS 40 (16.02% from 255) = 41.24%

R = 21.65%
G = 37.11%
B = 41.24%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#152428 (or 0x152428) is known color: Black Pearl. HEX triplet: 15, 24 and 28. RGB value is (21,36,40). Sum of RGB (Red+Green+Blue) = 21+36+40=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 40 - color contains mainly: blue. Hex color #152428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152428 is #EADBD7. Grayscale: #1F1F1F. Windows color (decimal): -15391704 or 2630677. OLE color: 2630677.

HSL color Cylindrical-coordinate representation of color #152428: hue angle of 192.63º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #152428 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 21 36 40 -
CMYK 0.48 0.10 0 0.84
HSL 192.63º 0.31% 0.12% -
HSV(B) 192.63º 0.48% 0.16% -
XYZ 1.32 1.57 2.24 -
YUV 31.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 21 36 40 0.48 0.10 0 0.84 192.63 0.31 0.12
Hex 15 24 28 30 A 0 54 C1 1F C
Octal 25 44 50 60 12 0 124 301 37 14
Binary 10101 100100 101000 110000 1010 0 1010100 11000001 11111 1100

Color Harmonies of #152428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152428

Black with #152428

Text Example


Text Example

White with #152428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152428; }

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

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

background-color css

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

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

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

border-color css

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

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

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