#21282B

Color #21282B Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #21282B

Tints of Black Pearl #21282B

Color information

#21282B (or 0x21282B) is unknown color: approx Black Pearl. HEX triplet: 21, 28 and 2B. RGB value is (33,40,43). Sum of RGB (Red+Green+Blue) = 33+40+43=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 43 - color contains mainly: blue. Hex color #21282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21282B is #DED7D4. Grayscale: #262626. Windows color (decimal): -14604245 or 2828321. OLE color: 2828321.

HSL color Cylindrical-coordinate representation of color #21282B: hue angle of 198º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #21282B is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB334043-
CMYK0.230.0700.83
HSL198º13.16%14.9%-
HSV(B)198º23.26%16.86%-
XYZ1.822.022.58-
YUV38.25130.68124.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.45%
GREEN value IS 40 (16.02% from 255) = 34.48%
BLUE value IS 43 (17.19% from 255) = 37.07%
R=28.45%
G=34.48%
B=37.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3340430.230.0700.8319813.1614.9
Hex21282B177053c6df
Octal41505327701233061517
Binary10000110100010101110111111010100111100011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21282B; }

 p { color: rgb(33,40,43); }

 H1.HeaderClassName
 {
   color: #21282B;
 }
 .AnyTagClassName
 {
   color: #21282B;
 }
</style>
background-color css

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

 a { background-color: rgb(33,40,43); }

 div.DivClassName
 {
   background-color: #21282B;
 }
 .BgClassName
 {
   background-color: #21282B;
 }
</style>
border-color css

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

 span { border-color: rgb(33,40,43); }

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