#210E38

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

Shades of Blackcurrant #210E38

Tints of Blackcurrant #210E38

Color information

#210E38 (or 0x210E38) is unknown color: approx Blackcurrant. HEX triplet: 21, 0E and 38. RGB value is (33,14,56). Sum of RGB (Red+Green+Blue) = 33+14+56=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 56 (22.27% from 255 or 54.37% from 103); Max value from RGB is 56 - color contains mainly: blue. Hex color #210E38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210E38 is #DEF1C7. Grayscale: #181818. Windows color (decimal): -14610888 or 3673633. OLE color: 3673633.

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

Color convert

RGB331456-
CMYK0.410.7500.78
HSL267.14º60%13.73%-
HSV(B)267.14º75%21.96%-
XYZ1.50.923.84-
YUV24.47145.79134.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.04%
GREEN value IS 14 (5.86% from 255) = 13.59%
BLUE value IS 56 (22.27% from 255) = 54.37%
R=32.04%
G=13.59%
B=54.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3314560.410.7500.78267.146013.73
Hex21E38294B04E10b3ce
Octal4116705111301164137416
Binary10000111101110001010011001011010011101000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210E38; }

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

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

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

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

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

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

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

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