#21122E

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

Shades of Blackcurrant #21122E

Tints of Blackcurrant #21122E

Color information

#21122E (or 0x21122E) is unknown color: approx Blackcurrant. HEX triplet: 21, 12 and 2E. RGB value is (33,18,46). Sum of RGB (Red+Green+Blue) = 33+18+46=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 46 (18.36% from 255 or 47.42% from 97); Max value from RGB is 46 - color contains mainly: blue. Hex color #21122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21122E is #DEEDD1. Grayscale: #191919. Windows color (decimal): -14609874 or 3019297. OLE color: 3019297.

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

Color convert

RGB331846-
CMYK0.280.6100.82
HSL272.14º43.75%12.55%-
HSV(B)272.14º60.87%18.04%-
XYZ1.340.952.7-
YUV25.68139.47133.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.02%
GREEN value IS 18 (7.42% from 255) = 18.56%
BLUE value IS 46 (18.36% from 255) = 47.42%
R=34.02%
G=18.56%
B=47.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3318460.280.6100.82272.1443.7512.55
Hex21122E1C3D0521102cd
Octal412256347501224205415
Binary1000011001010111011100111101010100101000100001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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