#210142

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

Shades of Blackcurrant #210142

Tints of Blackcurrant #210142

Color information

#210142 (or 0x210142) is unknown color: approx Blackcurrant. HEX triplet: 21, 01 and 42. RGB value is (33,1,66). Sum of RGB (Red+Green+Blue) = 33+1+66=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 66 (26.17% from 255 or 66% from 100); Max value from RGB is 66 - color contains mainly: blue. Hex color #210142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210142 is #DEFEBD. Grayscale: #111111. Windows color (decimal): -14614206 or 4325665. OLE color: 4325665.

HSL color Cylindrical-coordinate representation of color #210142: hue angle of 269.54º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #210142 is Cyan = 0.5, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB33166-
CMYK0.50.9800.74
HSL269.54º97.01%13.14%-
HSV(B)269.54º98.48%25.88%-
XYZ1.620.745.21-
YUV17.98155.1138.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33%
GREEN value IS 1 (0.78% from 255) = 1%
BLUE value IS 66 (26.17% from 255) = 66%
R=33%
G=1%
B=66%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal331660.50.9800.74269.5497.0113.14
Hex21142326204A10e61d
Octal41110262142011241614115
Binary1000011100001011001011000100100101010000111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210142; }

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

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

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

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

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

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

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

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