#210148

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

Shades of Blackcurrant #210148

Tints of Blackcurrant #210148

Color information

#210148 (or 0x210148) is unknown color: approx Blackcurrant. HEX triplet: 21, 01 and 48. RGB value is (33,1,72). Sum of RGB (Red+Green+Blue) = 33+1+72=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 72 (28.52% from 255 or 67.92% from 106); Max value from RGB is 72 - color contains mainly: blue. Hex color #210148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210148 is #DEFEB7. Grayscale: #121212. Windows color (decimal): -14614200 or 4718881. OLE color: 4718881.

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

Color convert

RGB33172-
CMYK0.540.9900.72
HSL267.04º97.26%14.31%-
HSV(B)267.04º98.61%28.24%-
XYZ1.810.816.19-
YUV18.66158.1138.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.13%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 72 (28.52% from 255) = 67.92%
R=31.13%
G=0.94%
B=67.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal331720.540.9900.72267.0497.2614.31
Hex21148366304810b61e
Octal41111066143011041314116
Binary1000011100100011011011000110100100010000101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210148; }

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

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

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

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

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

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

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

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