Html Css Color HEX #152529 Black Pearl

📋 copy color: '#152529'

red 21 ◦ green 37 ◦ blue 41

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

Shades of Black Pearl #152529

Tints of Black Pearl #152529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 41.41%

R = 21.21%
G = 37.37%
B = 41.41%

CMYK

 C value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#152529 (or 0x152529) is known color: Black Pearl. HEX triplet: 15, 25 and 29. RGB value is (21,37,41). Sum of RGB (Red+Green+Blue) = 21+37+41=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 41 - color contains mainly: blue. Hex color #152529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152529 is #EADAD6. Grayscale: #202020. Windows color (decimal): -15391447 or 2696469. OLE color: 2696469.

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

Color convert

RGB 21 37 41 -
CMYK 0.49 0.10 0 0.84
HSL 192º 0.32% 0.12% -
HSV(B) 192º 0.49% 0.16% -
XYZ 1.37 1.64 2.34 -
YUV 32.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 21 37 41 0.49 0.10 0 0.84 192 0.32 0.12
Hex 15 25 29 31 A 0 54 C0 20 C
Octal 25 45 51 61 12 0 124 300 40 14
Binary 10101 100101 101001 110001 1010 0 1010100 11000000 100000 1100

Color Harmonies of #152529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152529

Black with #152529

Text Example


Text Example

White with #152529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152529; }

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

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

background-color css

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

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

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

border-color css

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

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

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