#21062E

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

Shades of Blackcurrant #21062E

Tints of Blackcurrant #21062E

Color information

#21062E (or 0x21062E) is unknown color: approx Blackcurrant. HEX triplet: 21, 06 and 2E. RGB value is (33,6,46). Sum of RGB (Red+Green+Blue) = 33+6+46=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 46 (18.36% from 255 or 54.12% from 85); Max value from RGB is 46 - color contains mainly: blue. Hex color #21062E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21062E is #DEF9D1. Grayscale: #121212. Windows color (decimal): -14612946 or 3016225. OLE color: 3016225.

HSL color Cylindrical-coordinate representation of color #21062E: hue angle of 280.5º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21062E is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB33646-
CMYK0.280.8700.82
HSL280.5º76.92%10.2%-
HSV(B)280.5º86.96%18.04%-
XYZ1.190.652.65-
YUV18.63143.45138.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.82%
GREEN value IS 6 (2.73% from 255) = 7.06%
BLUE value IS 46 (18.36% from 255) = 54.12%
R=38.82%
G=7.06%
B=54.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal336460.280.8700.82280.576.9210.2
Hex2162E1C570521184da
Octal4165634127012243011512
Binary1000011101011101110010101110101001010001100010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21062E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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