#210227

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

Shades of Blackcurrant #210227

Tints of Blackcurrant #210227

Color information

#210227 (or 0x210227) is unknown color: approx Blackcurrant. HEX triplet: 21, 02 and 27. RGB value is (33,2,39). Sum of RGB (Red+Green+Blue) = 33+2+39=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #210227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210227 is #DEFDD8. Grayscale: #0F0F0F. Windows color (decimal): -14613977 or 2556449. OLE color: 2556449.

HSL color Cylindrical-coordinate representation of color #210227: hue angle of 290.27º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210227 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB33239-
CMYK0.150.9500.85
HSL290.27º90.24%8.04%-
HSV(B)290.27º94.87%15.29%-
XYZ1.020.511.97-
YUV15.49141.27140.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44.59%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 39 (15.62% from 255) = 52.70%
R=44.59%
G=2.70%
B=52.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal332390.150.9500.85290.2790.248.04
Hex21227F5F0551225a8
Octal4124717137012544213210
Binary10000110100111111110111110101010110010001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210227; }

 p { color: rgb(33,2,39); }

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

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

 a { background-color: rgb(33,2,39); }

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

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

 span { border-color: rgb(33,2,39); }

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