#210F35

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

Shades of Blackcurrant #210F35

Tints of Blackcurrant #210F35

Color information

#210F35 (or 0x210F35) is unknown color: approx Blackcurrant. HEX triplet: 21, 0F and 35. RGB value is (33,15,53). Sum of RGB (Red+Green+Blue) = 33+15+53=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 53 (21.09% from 255 or 52.48% from 101); Max value from RGB is 53 - color contains mainly: blue. Hex color #210F35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210F35 is #DEF0CA. Grayscale: #181818. Windows color (decimal): -14610635 or 3477281. OLE color: 3477281.

HSL color Cylindrical-coordinate representation of color #210F35: hue angle of 268.42º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #210F35 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB331553-
CMYK0.380.7200.79
HSL268.42º55.88%13.33%-
HSV(B)268.42º71.7%20.78%-
XYZ1.440.923.47-
YUV24.71143.96133.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.67%
GREEN value IS 15 (6.25% from 255) = 14.85%
BLUE value IS 53 (21.09% from 255) = 52.48%
R=32.67%
G=14.85%
B=52.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3315530.380.7200.79268.4255.8813.33
Hex21F35264804F10c38d
Octal4117654611001174147015
Binary10000111111101011001101001000010011111000011001110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,15,53); }

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

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

 a { background-color: rgb(33,15,53); }

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

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

 span { border-color: rgb(33,15,53); }

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