#210036

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

Shades of Blackcurrant #210036

Tints of Blackcurrant #210036

Color information

#210036 (or 0x210036) is unknown color: approx Blackcurrant. HEX triplet: 21, 00 and 36. RGB value is (33,0,54). Sum of RGB (Red+Green+Blue) = 33+0+54=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 54 (21.48% from 255 or 62.07% from 87); Max value from RGB is 54 - color contains mainly: blue. Hex color #210036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210036 is #DEFFC9. Grayscale: #0F0F0F. Windows color (decimal): -14614474 or 3538977. OLE color: 3538977.

HSL color Cylindrical-coordinate representation of color #210036: hue angle of 276.67º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210036 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB33054-
CMYK0.39100.79
HSL276.67º100%10.59%-
HSV(B)276.67º100%21.18%-
XYZ1.290.593.54-
YUV16.02149.43140.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 62.07%
R=37.93%
G=0%
B=62.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal330540.39100.79276.6710010.59
Hex21036276404F11564b
Octal4106647144011742514413
Binary100001011011010011111001000100111110001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210036; }

 p { color: rgb(33,0,54); }

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

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

 a { background-color: rgb(33,0,54); }

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

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

 span { border-color: rgb(33,0,54); }

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