#210239

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

Shades of Blackcurrant #210239

Tints of Blackcurrant #210239

Color information

#210239 (or 0x210239) is unknown color: approx Blackcurrant. HEX triplet: 21, 02 and 39. RGB value is (33,2,57). Sum of RGB (Red+Green+Blue) = 33+2+57=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 57 (22.66% from 255 or 61.96% from 92); Max value from RGB is 57 - color contains mainly: blue. Hex color #210239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210239 is #DEFDC6. Grayscale: #111111. Windows color (decimal): -14613959 or 3736097. OLE color: 3736097.

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

Color convert

RGB33257-
CMYK0.420.9600.78
HSL273.82º93.22%11.57%-
HSV(B)273.82º96.49%22.35%-
XYZ1.390.663.93-
YUV17.54150.27139.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.87%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 57 (22.66% from 255) = 61.96%
R=35.87%
G=2.17%
B=61.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal332570.420.9600.78273.8293.2211.57
Hex212392A6004E1125dc
Octal4127152140011642213514
Binary1000011011100110101011000000100111010001001010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210239; }

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

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

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

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

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

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

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

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