#21062B

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

Shades of Blackcurrant #21062B

Tints of Blackcurrant #21062B

Color information

#21062B (or 0x21062B) is unknown color: approx Blackcurrant. HEX triplet: 21, 06 and 2B. RGB value is (33,6,43). Sum of RGB (Red+Green+Blue) = 33+6+43=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 43 (17.19% from 255 or 52.44% from 82); Max value from RGB is 43 - color contains mainly: blue. Hex color #21062B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21062B is #DEF9D4. Grayscale: #121212. Windows color (decimal): -14612949 or 2819617. OLE color: 2819617.

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

Color convert

RGB33643-
CMYK0.230.8600.83
HSL283.78º75.51%9.61%-
HSV(B)283.78º86.05%16.86%-
XYZ1.130.632.35-
YUV18.29141.95138.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.24%
GREEN value IS 6 (2.73% from 255) = 7.32%
BLUE value IS 43 (17.19% from 255) = 52.44%
R=40.24%
G=7.32%
B=52.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal336430.230.8600.83283.7875.519.61
Hex2162B175605311c4ca
Octal4165327126012343411412
Binary1000011101010111011110101100101001110001110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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