#210130

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

Shades of Blackcurrant #210130

Tints of Blackcurrant #210130

Color information

#210130 (or 0x210130) is unknown color: approx Blackcurrant. HEX triplet: 21, 01 and 30. RGB value is (33,1,48). Sum of RGB (Red+Green+Blue) = 33+1+48=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 48 (19.14% from 255 or 58.54% from 82); Max value from RGB is 48 - color contains mainly: blue. Hex color #210130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210130 is #DEFECF. Grayscale: #0F0F0F. Windows color (decimal): -14614224 or 3146017. OLE color: 3146017.

HSL color Cylindrical-coordinate representation of color #210130: hue angle of 280.85º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #210130 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB33148-
CMYK0.310.9800.81
HSL280.85º95.92%9.61%-
HSV(B)280.85º97.92%18.82%-
XYZ1.170.562.84-
YUV15.93146.1140.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.24%
GREEN value IS 1 (0.78% from 255) = 1.22%
BLUE value IS 48 (19.14% from 255) = 58.54%
R=40.24%
G=1.22%
B=58.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal331480.310.9800.81280.8595.929.61
Hex211301F6205111960a
Octal4116037142012143114012
Binary10000111100001111111000100101000110001100111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210130; }

 p { color: rgb(33,1,48); }

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

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

 a { background-color: rgb(33,1,48); }

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

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

 span { border-color: rgb(33,1,48); }

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