#210D38

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

Shades of Blackcurrant #210D38

Tints of Blackcurrant #210D38

Color information

#210D38 (or 0x210D38) is unknown color: approx Blackcurrant. HEX triplet: 21, 0D and 38. RGB value is (33,13,56). Sum of RGB (Red+Green+Blue) = 33+13+56=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 13 (5.47% from 255 or 12.75% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #210D38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210D38 is #DEF2C7. Grayscale: #171717. Windows color (decimal): -14611144 or 3673377. OLE color: 3673377.

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

Color convert

RGB331356-
CMYK0.410.7700.78
HSL267.91º62.32%13.53%-
HSV(B)267.91º76.79%21.96%-
XYZ1.480.93.84-
YUV23.88146.13134.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.35%
GREEN value IS 13 (5.47% from 255) = 12.75%
BLUE value IS 56 (22.27% from 255) = 54.90%
R=32.35%
G=12.75%
B=54.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3313560.410.7700.78267.9162.3213.53
Hex21D38294D04E10c3ee
Octal4115705111501164147616
Binary10000111011110001010011001101010011101000011001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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