#210830

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

Shades of Blackcurrant #210830

Tints of Blackcurrant #210830

Color information

#210830 (or 0x210830) is unknown color: approx Blackcurrant. HEX triplet: 21, 08 and 30. RGB value is (33,8,48). Sum of RGB (Red+Green+Blue) = 33+8+48=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #210830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210830 is #DEF7CF. Grayscale: #131313. Windows color (decimal): -14612432 or 3147809. OLE color: 3147809.

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

Color convert

RGB33848-
CMYK0.310.8300.81
HSL277.5º71.43%10.98%-
HSV(B)277.5º83.33%18.82%-
XYZ1.250.712.87-
YUV20.04143.78137.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.08%
GREEN value IS 8 (3.52% from 255) = 8.99%
BLUE value IS 48 (19.14% from 255) = 53.93%
R=37.08%
G=8.99%
B=53.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal338480.310.8300.81277.571.4310.98
Hex218301F5305111647b
Octal41106037123012142610713
Binary10000110001100001111110100110101000110001011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210830; }

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

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

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

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

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

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

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

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