Html Css Color HEX #15212C Black Pearl

📋 copy color: '#15212C'

red 21 ◦ green 33 ◦ blue 44

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

Shades of Black Pearl #15212C

Tints of Black Pearl #15212C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 33.67%

 BLUE value IS 44 (17.58% from 255) = 44.9%

R = 21.43%
G = 33.67%
B = 44.9%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#15212C (or 0x15212C) is known color: Black Pearl. HEX triplet: 15, 21 and 2C. RGB value is (21,33,44). Sum of RGB (Red+Green+Blue) = 21+33+44=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 44 - color contains mainly: blue. Hex color #15212C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15212C is #EADED3. Grayscale: #1E1E1E. Windows color (decimal): -15392468 or 2892053. OLE color: 2892053.

HSL color Cylindrical-coordinate representation of color #15212C: hue angle of 208.7º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #15212C is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 21 33 44 -
CMYK 0.52 0.25 0 0.83
HSL 208.7º 0.35% 0.13% -
HSV(B) 208.7º 0.52% 0.17% -
XYZ 1.31 1.43 2.59 -
YUV 30.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 21 33 44 0.52 0.25 0 0.83 208.7 0.35 0.13
Hex 15 21 2C 34 19 0 53 D1 23 D
Octal 25 41 54 64 31 0 123 321 43 15
Binary 10101 100001 101100 110100 11001 0 1010011 11010001 100011 1101

Color Harmonies of #15212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15212C

Black with #15212C

Text Example


Text Example

White with #15212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15212C; }

 p { color: rgb(21,33,44); }

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

background-color css

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

 a { background-color: rgb(21,33,44); }

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

border-color css

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

 span { border-color: rgb(21,33,44); }

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