Html Css Color HEX #152528 Black Pearl

📋 copy color: '#152528'

red 21 ◦ green 37 ◦ blue 40

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

Shades of Black Pearl #152528

Tints of Black Pearl #152528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 37.76%

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

R = 21.43%
G = 37.76%
B = 40.82%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#152528 (or 0x152528) is known color: Black Pearl. HEX triplet: 15, 25 and 28. RGB value is (21,37,40). Sum of RGB (Red+Green+Blue) = 21+37+40=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 40 - color contains mainly: blue. Hex color #152528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152528 is #EADAD7. Grayscale: #202020. Windows color (decimal): -15391448 or 2630933. OLE color: 2630933.

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

Color convert

RGB 21 37 40 -
CMYK 0.48 0.07 0 0.84
HSL 189.47º 0.31% 0.12% -
HSV(B) 189.47º 0.48% 0.16% -
XYZ 1.35 1.64 2.25 -
YUV 32.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 21 37 40 0.48 0.07 0 0.84 189.47 0.31 0.12
Hex 15 25 28 30 7 0 54 BD 1F C
Octal 25 45 50 60 7 0 124 275 37 14
Binary 10101 100101 101000 110000 111 0 1010100 10111101 11111 1100

Color Harmonies of #152528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152528

Black with #152528

Text Example


Text Example

White with #152528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152528; }

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

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

background-color css

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

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

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

border-color css

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

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

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