Html Css Color HEX #152531 Black Pearl

📋 copy color: '#152531'

red 21 ◦ green 37 ◦ blue 49

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

Shades of Black Pearl #152531

Tints of Black Pearl #152531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 45.79%

R = 19.63%
G = 34.58%
B = 45.79%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#152531 (or 0x152531) is known color: Black Pearl. HEX triplet: 15, 25 and 31. RGB value is (21,37,49). Sum of RGB (Red+Green+Blue) = 21+37+49=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 49 - color contains mainly: blue. Hex color #152531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152531 is #EADACE. Grayscale: #212121. Windows color (decimal): -15391439 or 3220757. OLE color: 3220757.

HSL color Cylindrical-coordinate representation of color #152531: hue angle of 205.71º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #152531 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 21 37 49 -
CMYK 0.57 0.24 0 0.81
HSL 205.71º 0.4% 0.14% -
HSV(B) 205.71º 0.57% 0.19% -
XYZ 1.53 1.7 3.15 -
YUV 33.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 21 37 49 0.57 0.24 0 0.81 205.71 0.4 0.14
Hex 15 25 31 39 18 0 51 CE 28 E
Octal 25 45 61 71 30 0 121 316 50 16
Binary 10101 100101 110001 111001 11000 0 1010001 11001110 101000 1110

Color Harmonies of #152531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152531

Black with #152531

Text Example


Text Example

White with #152531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152531; }

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

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

background-color css

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

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

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

border-color css

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

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

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