#21102C

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

Shades of Blackcurrant #21102C

Tints of Blackcurrant #21102C

Color information

#21102C (or 0x21102C) is unknown color: approx Blackcurrant. HEX triplet: 21, 10 and 2C. RGB value is (33,16,44). Sum of RGB (Red+Green+Blue) = 33+16+44=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 44 - color contains mainly: blue. Hex color #21102C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21102C is #DEEFD3. Grayscale: #181818. Windows color (decimal): -14610388 or 2887713. OLE color: 2887713.

HSL color Cylindrical-coordinate representation of color #21102C: hue angle of 276.43º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21102C is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB331644-
CMYK0.250.6400.83
HSL276.43º46.67%11.76%-
HSV(B)276.43º63.64%17.25%-
XYZ1.270.882.49-
YUV24.28139.13134.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.48%
GREEN value IS 16 (6.64% from 255) = 17.20%
BLUE value IS 44 (17.58% from 255) = 47.31%
R=35.48%
G=17.20%
B=47.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3316440.250.6400.83276.4346.6711.76
Hex21102C19400531142fc
Octal4120543110001234245714
Binary10000110000101100110011000000010100111000101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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