Html Css Color HEX #152331 Black Pearl

📋 copy color: '#152331'

red 21 ◦ green 35 ◦ blue 49

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

Shades of Black Pearl #152331

Tints of Black Pearl #152331

RGB

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

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

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

R = 20%
G = 33.33%
B = 46.67%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#152331 (or 0x152331) is known color: Black Pearl. HEX triplet: 15, 23 and 31. RGB value is (21,35,49). Sum of RGB (Red+Green+Blue) = 21+35+49=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 49 - color contains mainly: blue. Hex color #152331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152331 is #EADCCE. Grayscale: #202020. Windows color (decimal): -15391951 or 3220245. OLE color: 3220245.

HSL color Cylindrical-coordinate representation of color #152331: hue angle of 210º 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 #152331 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 21 35 49 -
CMYK 0.57 0.29 0 0.81
HSL 210º 0.4% 0.14% -
HSV(B) 210º 0.57% 0.19% -
XYZ 1.46 1.58 3.13 -
YUV 32.41 137.36 119.86 -
System Red Green Blue C M Y K H S L
Decimal 21 35 49 0.57 0.29 0 0.81 210 0.4 0.14
Hex 15 23 31 39 1D 0 51 D2 28 E
Octal 25 43 61 71 35 0 121 322 50 16
Binary 10101 100011 110001 111001 11101 0 1010001 11010010 101000 1110

Color Harmonies of #152331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152331

Black with #152331

Text Example


Text Example

White with #152331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152331; }

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

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

background-color css

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

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

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

border-color css

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

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

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