#21102A

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

Shades of Blackcurrant #21102A

Tints of Blackcurrant #21102A

Color information

#21102A (or 0x21102A) is unknown color: approx Blackcurrant. HEX triplet: 21, 10 and 2A. RGB value is (33,16,42). Sum of RGB (Red+Green+Blue) = 33+16+42=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 16 (6.64% from 255 or 17.58% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 42 - color contains mainly: blue. Hex color #21102A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21102A is #DEEFD5. Grayscale: #171717. Windows color (decimal): -14610390 or 2756641. OLE color: 2756641.

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

Color convert

RGB331642-
CMYK0.210.6200.84
HSL279.23º44.83%11.37%-
HSV(B)279.23º61.9%16.47%-
XYZ1.230.862.29-
YUV24.05138.13134.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.26%
GREEN value IS 16 (6.64% from 255) = 17.58%
BLUE value IS 42 (16.80% from 255) = 46.15%
R=36.26%
G=17.58%
B=46.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3316420.210.6200.84279.2344.8311.37
Hex21102A153E0541172db
Octal412052257601244275513
Binary1000011000010101010101111110010101001000101111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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