Html Css Color HEX #152831 Black Pearl

📋 copy color: '#152831'

red 21 ◦ green 40 ◦ blue 49

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

Shades of Black Pearl #152831

Tints of Black Pearl #152831

RGB

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

 GREEN value IS 40 (16.02% from 255) = 36.36%

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

R = 19.09%
G = 36.36%
B = 44.55%

CMYK

 C value IS 0.57

 M value IS 0.18

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#152831 (or 0x152831) is known color: Black Pearl. HEX triplet: 15, 28 and 31. RGB value is (21,40,49). Sum of RGB (Red+Green+Blue) = 21+40+49=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 49 - color contains mainly: blue. Hex color #152831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152831 is #EAD7CE. Grayscale: #232323. Windows color (decimal): -15390671 or 3221525. OLE color: 3221525.

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

Color convert

RGB 21 40 49 -
CMYK 0.57 0.18 0 0.81
HSL 199.29º 0.4% 0.14% -
HSV(B) 199.29º 0.57% 0.19% -
XYZ 1.62 1.9 3.19 -
YUV 35.35 135.71 117.77 -
System Red Green Blue C M Y K H S L
Decimal 21 40 49 0.57 0.18 0 0.81 199.29 0.4 0.14
Hex 15 28 31 39 12 0 51 C7 28 E
Octal 25 50 61 71 22 0 121 307 50 16
Binary 10101 101000 110001 111001 10010 0 1010001 11000111 101000 1110

Color Harmonies of #152831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152831

Black with #152831

Text Example


Text Example

White with #152831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152831; }

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

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

background-color css

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

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

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

border-color css

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

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

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