Html Css Color HEX #152028 Black Pearl

📋 copy color: '#152028'

red 21 ◦ green 32 ◦ blue 40

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

Shades of Black Pearl #152028

Tints of Black Pearl #152028

RGB

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

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

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

R = 22.58%
G = 34.41%
B = 43.01%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#152028 (or 0x152028) is known color: Black Pearl. HEX triplet: 15, 20 and 28. RGB value is (21,32,40). Sum of RGB (Red+Green+Blue) = 21+32+40=93 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.58% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 40 - color contains mainly: blue. Hex color #152028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152028 is #EADFD7. Grayscale: #1D1D1D. Windows color (decimal): -15392728 or 2629653. OLE color: 2629653.

HSL color Cylindrical-coordinate representation of color #152028: hue angle of 205.26º 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 #152028 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 21 32 40 -
CMYK 0.48 0.20 0 0.84
HSL 205.26º 0.31% 0.12% -
HSV(B) 205.26º 0.48% 0.16% -
XYZ 1.21 1.35 2.2 -
YUV 29.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 21 32 40 0.48 0.20 0 0.84 205.26 0.31 0.12
Hex 15 20 28 30 14 0 54 CD 1F C
Octal 25 40 50 60 24 0 124 315 37 14
Binary 10101 100000 101000 110000 10100 0 1010100 11001101 11111 1100

Color Harmonies of #152028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152028

Black with #152028

Text Example


Text Example

White with #152028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152028; }

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

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

background-color css

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

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

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

border-color css

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

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

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