#210E3C

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

Shades of Blackcurrant #210E3C

Tints of Blackcurrant #210E3C

Color information

#210E3C (or 0x210E3C) is unknown color: approx Blackcurrant. HEX triplet: 21, 0E and 3C. RGB value is (33,14,60). Sum of RGB (Red+Green+Blue) = 33+14+60=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 60 (23.83% from 255 or 56.07% from 107); Max value from RGB is 60 - color contains mainly: blue. Hex color #210E3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210E3C is #DEF1C3. Grayscale: #181818. Windows color (decimal): -14610884 or 3935777. OLE color: 3935777.

HSL color Cylindrical-coordinate representation of color #210E3C: hue angle of 264.78º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #210E3C is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB331460-
CMYK0.450.7700.76
HSL264.78º62.16%14.51%-
HSV(B)264.78º76.67%23.53%-
XYZ1.60.964.38-
YUV24.92147.79133.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.84%
GREEN value IS 14 (5.86% from 255) = 13.08%
BLUE value IS 60 (23.83% from 255) = 56.07%
R=30.84%
G=13.08%
B=56.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3314600.450.7700.76264.7862.1614.51
Hex21E3C2D4D04C1093ef
Octal4116745511501144117617
Binary10000111101111001011011001101010011001000010011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210E3C; }

 p { color: rgb(33,14,60); }

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

<style>
 a { background-color: #210E3C; }

 a { background-color: rgb(33,14,60); }

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

<style>
 span { border-color: #210E3C; }

 span { border-color: rgb(33,14,60); }

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