#210841

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

Shades of Blackcurrant #210841

Tints of Blackcurrant #210841

Color information

#210841 (or 0x210841) is unknown color: approx Blackcurrant. HEX triplet: 21, 08 and 41. RGB value is (33,8,65). Sum of RGB (Red+Green+Blue) = 33+8+65=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #210841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210841 is #DEF7BE. Grayscale: #151515. Windows color (decimal): -14612415 or 4261921. OLE color: 4261921.

HSL color Cylindrical-coordinate representation of color #210841: hue angle of 266.32º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210841 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB33865-
CMYK0.490.8800.75
HSL266.32º78.08%14.31%-
HSV(B)266.32º87.69%25.49%-
XYZ1.670.885.08-
YUV21.97152.28135.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.13%
GREEN value IS 8 (3.52% from 255) = 7.55%
BLUE value IS 65 (25.78% from 255) = 61.32%
R=31.13%
G=7.55%
B=61.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal338650.490.8800.75266.3278.0814.31
Hex21841315804B10a4ee
Octal411010161130011341211616
Binary1000011000100000111000110110000100101110000101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210841; }

 p { color: rgb(33,8,65); }

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

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

 a { background-color: rgb(33,8,65); }

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

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

 span { border-color: rgb(33,8,65); }

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