#210248

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

Shades of Blackcurrant #210248

Tints of Blackcurrant #210248

Color information

#210248 (or 0x210248) is unknown color: approx Blackcurrant. HEX triplet: 21, 02 and 48. RGB value is (33,2,72). Sum of RGB (Red+Green+Blue) = 33+2+72=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 72 (28.52% from 255 or 67.29% from 107); Max value from RGB is 72 - color contains mainly: blue. Hex color #210248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210248 is #DEFDB7. Grayscale: #131313. Windows color (decimal): -14613944 or 4719137. OLE color: 4719137.

HSL color Cylindrical-coordinate representation of color #210248: hue angle of 266.57º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210248 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB33272-
CMYK0.540.9700.72
HSL266.57º94.59%14.51%-
HSV(B)266.57º97.22%28.24%-
XYZ1.820.836.2-
YUV19.25157.77137.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.84%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 72 (28.52% from 255) = 67.29%
R=30.84%
G=1.87%
B=67.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal332720.540.9700.72266.5794.5914.51
Hex21248366104810b5ff
Octal41211066141011041313717
Binary10000110100100011011011000010100100010000101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210248; }

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

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

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

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

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

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

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

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