Html Css Color HEX #152325 Black Pearl

📋 copy color: '#152325'

red 21 ◦ green 35 ◦ blue 37

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

Shades of Black Pearl #152325

Tints of Black Pearl #152325

RGB

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

 GREEN value IS 35 (14.06% from 255) = 37.63%

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

R = 22.58%
G = 37.63%
B = 39.78%

CMYK

 C value IS 0.43

 M value IS 0.05

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#152325 (or 0x152325) is known color: Black Pearl. HEX triplet: 15, 23 and 25. RGB value is (21,35,37). Sum of RGB (Red+Green+Blue) = 21+35+37=93 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.58% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 37 - color contains mainly: blue. Hex color #152325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152325 is #EADCDA. Grayscale: #1F1F1F. Windows color (decimal): -15391963 or 2433813. OLE color: 2433813.

HSL color Cylindrical-coordinate representation of color #152325: hue angle of 187.5º 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 #152325 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 21 35 37 -
CMYK 0.43 0.05 0 0.85
HSL 187.5º 0.28% 0.11% -
HSV(B) 187.5º 0.43% 0.15% -
XYZ 1.24 1.5 1.97 -
YUV 31.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 21 35 37 0.43 0.05 0 0.85 187.5 0.28 0.11
Hex 15 23 25 2B 5 0 55 BC 1C B
Octal 25 43 45 53 5 0 125 274 34 13
Binary 10101 100011 100101 101011 101 0 1010101 10111100 11100 1011

Color Harmonies of #152325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152325

Black with #152325

Text Example


Text Example

White with #152325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152325; }

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

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

background-color css

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

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

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

border-color css

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

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

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