Html Css Color HEX #152125 Black Pearl

📋 copy color: '#152125'

red 21 ◦ green 33 ◦ blue 37

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

Shades of Black Pearl #152125

Tints of Black Pearl #152125

RGB

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

 GREEN value IS 33 (13.28% from 255) = 36.26%

 BLUE value IS 37 (14.84% from 255) = 40.66%

R = 23.08%
G = 36.26%
B = 40.66%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#152125 (or 0x152125) is known color: Black Pearl. HEX triplet: 15, 21 and 25. RGB value is (21,33,37). Sum of RGB (Red+Green+Blue) = 21+33+37=91 (12% of max value = 765). Red value is 21 (8.59% from 255 or 23.08% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 37 - color contains mainly: blue. Hex color #152125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152125 is #EADEDA. Grayscale: #1D1D1D. Windows color (decimal): -15392475 or 2433301. OLE color: 2433301.

HSL color Cylindrical-coordinate representation of color #152125: hue angle of 195º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #152125 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 21 33 37 -
CMYK 0.43 0.11 0 0.85
HSL 195º 0.28% 0.11% -
HSV(B) 195º 0.43% 0.15% -
XYZ 1.19 1.38 1.95 -
YUV 29.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 21 33 37 0.43 0.11 0 0.85 195 0.28 0.11
Hex 15 21 25 2B B 0 55 C3 1C B
Octal 25 41 45 53 13 0 125 303 34 13
Binary 10101 100001 100101 101011 1011 0 1010101 11000011 11100 1011

Color Harmonies of #152125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152125

Black with #152125

Text Example


Text Example

White with #152125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152125; }

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

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

background-color css

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

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

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

border-color css

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

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

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