#21122A

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

Shades of Blackcurrant #21122A

Tints of Blackcurrant #21122A

Color information

#21122A (or 0x21122A) is unknown color: approx Blackcurrant. HEX triplet: 21, 12 and 2A. RGB value is (33,18,42). Sum of RGB (Red+Green+Blue) = 33+18+42=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 42 (16.80% from 255 or 45.16% from 93); Max value from RGB is 42 - color contains mainly: blue. Hex color #21122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21122A is #DEEDD5. Grayscale: #191919. Windows color (decimal): -14609878 or 2757153. OLE color: 2757153.

HSL color Cylindrical-coordinate representation of color #21122A: hue angle of 277.5º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21122A is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB331842-
CMYK0.210.5700.84
HSL277.5º40%11.76%-
HSV(B)277.5º57.14%16.47%-
XYZ1.260.922.3-
YUV25.22137.47133.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.48%
GREEN value IS 18 (7.42% from 255) = 19.35%
BLUE value IS 42 (16.80% from 255) = 45.16%
R=35.48%
G=19.35%
B=45.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3318420.210.5700.84277.54011.76
Hex21122A153905411628c
Octal412252257101244265014
Binary1000011001010101010101111001010101001000101101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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