#211038

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

Shades of Blackcurrant #211038

Tints of Blackcurrant #211038

Color information

#211038 (or 0x211038) is unknown color: approx Blackcurrant. HEX triplet: 21, 10 and 38. RGB value is (33,16,56). Sum of RGB (Red+Green+Blue) = 33+16+56=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #211038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211038 is #DEEFC7. Grayscale: #191919. Windows color (decimal): -14610376 or 3674145. OLE color: 3674145.

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

Color convert

RGB331656-
CMYK0.410.7100.78
HSL265.5º55.56%14.12%-
HSV(B)265.5º71.43%21.96%-
XYZ1.530.983.85-
YUV25.64145.13133.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.43%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 56 (22.27% from 255) = 53.33%
R=31.43%
G=15.24%
B=53.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3316560.410.7100.78265.555.5614.12
Hex211038294704E10a38e
Octal4120705110701164127016
Binary100001100001110001010011000111010011101000010101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211038; }

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

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

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

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

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

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

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

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