Html Css Color HEX #15212A Black Pearl

📋 copy color: '#15212A'

red 21 ◦ green 33 ◦ blue 42

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

Shades of Black Pearl #15212A

Tints of Black Pearl #15212A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 43.75%

R = 21.88%
G = 34.38%
B = 43.75%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#15212A (or 0x15212A) is known color: Black Pearl. HEX triplet: 15, 21 and 2A. RGB value is (21,33,42). Sum of RGB (Red+Green+Blue) = 21+33+42=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 42 - color contains mainly: blue. Hex color #15212A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15212A is #EADED5. Grayscale: #1E1E1E. Windows color (decimal): -15392470 or 2760981. OLE color: 2760981.

HSL color Cylindrical-coordinate representation of color #15212A: hue angle of 205.71º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #15212A is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 21 33 42 -
CMYK 0.50 0.21 0 0.84
HSL 205.71º 0.33% 0.12% -
HSV(B) 205.71º 0.5% 0.16% -
XYZ 1.27 1.41 2.4 -
YUV 30.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 21 33 42 0.50 0.21 0 0.84 205.71 0.33 0.12
Hex 15 21 2A 32 15 0 54 CE 21 C
Octal 25 41 52 62 25 0 124 316 41 14
Binary 10101 100001 101010 110010 10101 0 1010100 11001110 100001 1100

Color Harmonies of #15212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15212A

Black with #15212A

Text Example


Text Example

White with #15212A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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