#210138

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

Shades of Blackcurrant #210138

Tints of Blackcurrant #210138

Color information

#210138 (or 0x210138) is unknown color: approx Blackcurrant. HEX triplet: 21, 01 and 38. RGB value is (33,1,56). Sum of RGB (Red+Green+Blue) = 33+1+56=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 56 (22.27% from 255 or 62.22% from 90); Max value from RGB is 56 - color contains mainly: blue. Hex color #210138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210138 is #DEFEC7. Grayscale: #101010. Windows color (decimal): -14614216 or 3670305. OLE color: 3670305.

HSL color Cylindrical-coordinate representation of color #210138: hue angle of 274.91º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #210138 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB33156-
CMYK0.410.9800.78
HSL274.91º96.49%11.18%-
HSV(B)274.91º98.21%21.96%-
XYZ1.350.633.79-
YUV16.84150.1139.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.67%
GREEN value IS 1 (0.78% from 255) = 1.11%
BLUE value IS 56 (22.27% from 255) = 62.22%
R=36.67%
G=1.11%
B=62.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal331560.410.9800.78274.9196.4911.18
Hex21138296204E11360b
Octal4117051142011642314013
Binary100001111100010100111000100100111010001001111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210138; }

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

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

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

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

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

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

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

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