Html Css Color HEX #152835 Black Pearl

📋 copy color: '#152835'

red 21 ◦ green 40 ◦ blue 53

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

Shades of Black Pearl #152835

Tints of Black Pearl #152835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 46.49%

R = 18.42%
G = 35.09%
B = 46.49%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#152835 (or 0x152835) is known color: Black Pearl. HEX triplet: 15, 28 and 35. RGB value is (21,40,53). Sum of RGB (Red+Green+Blue) = 21+40+53=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 53 (21.09% from 255 or 46.49% from 114); Max value from RGB is 53 - color contains mainly: blue. Hex color #152835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152835 is #EAD7CA. Grayscale: #232323. Windows color (decimal): -15390667 or 3483669. OLE color: 3483669.

HSL color Cylindrical-coordinate representation of color #152835: hue angle of 204.38º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #152835 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 21 40 53 -
CMYK 0.60 0.25 0 0.79
HSL 204.38º 0.43% 0.15% -
HSV(B) 204.38º 0.6% 0.21% -
XYZ 1.71 1.93 3.65 -
YUV 35.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 21 40 53 0.60 0.25 0 0.79 204.38 0.43 0.15
Hex 15 28 35 3C 19 0 4F CC 2B F
Octal 25 50 65 74 31 0 117 314 53 17
Binary 10101 101000 110101 111100 11001 0 1001111 11001100 101011 1111

Color Harmonies of #152835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152835

Black with #152835

Text Example


Text Example

White with #152835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152835; }

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

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

background-color css

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

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

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

border-color css

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

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

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