#21102B

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

Shades of Blackcurrant #21102B

Tints of Blackcurrant #21102B

Color information

#21102B (or 0x21102B) is unknown color: approx Blackcurrant. HEX triplet: 21, 10 and 2B. RGB value is (33,16,43). Sum of RGB (Red+Green+Blue) = 33+16+43=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 43 - color contains mainly: blue. Hex color #21102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21102B is #DEEFD4. Grayscale: #181818. Windows color (decimal): -14610389 or 2822177. OLE color: 2822177.

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

Color convert

RGB331643-
CMYK0.230.6300.83
HSL277.78º45.76%11.57%-
HSV(B)277.78º62.79%16.86%-
XYZ1.250.872.39-
YUV24.16138.63134.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.87%
GREEN value IS 16 (6.64% from 255) = 17.39%
BLUE value IS 43 (17.19% from 255) = 46.74%
R=35.87%
G=17.39%
B=46.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3316430.230.6300.83277.7845.7611.57
Hex21102B173F0531162ec
Octal412053277701234265614
Binary1000011000010101110111111111010100111000101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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