Html Css Color HEX #15202A Black Pearl

📋 copy color: '#15202A'

red 21 ◦ green 32 ◦ blue 42

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

Shades of Black Pearl #15202A

Tints of Black Pearl #15202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 33.68%

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

R = 22.11%
G = 33.68%
B = 44.21%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#15202A (or 0x15202A) is known color: Black Pearl. HEX triplet: 15, 20 and 2A. RGB value is (21,32,42). Sum of RGB (Red+Green+Blue) = 21+32+42=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 42 - color contains mainly: blue. Hex color #15202A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15202A is #EADFD5. Grayscale: #1D1D1D. Windows color (decimal): -15392726 or 2760725. OLE color: 2760725.

HSL color Cylindrical-coordinate representation of color #15202A: hue angle of 208.57º 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 #15202A is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 21 32 42 -
CMYK 0.50 0.24 0 0.84
HSL 208.57º 0.33% 0.12% -
HSV(B) 208.57º 0.5% 0.16% -
XYZ 1.24 1.36 2.39 -
YUV 29.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 21 32 42 0.50 0.24 0 0.84 208.57 0.33 0.12
Hex 15 20 2A 32 18 0 54 D1 21 C
Octal 25 40 52 62 30 0 124 321 41 14
Binary 10101 100000 101010 110010 11000 0 1010100 11010001 100001 1100

Color Harmonies of #15202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15202A

Black with #15202A

Text Example


Text Example

White with #15202A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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