#210D3B

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

Shades of Blackcurrant #210D3B

Tints of Blackcurrant #210D3B

Color information

#210D3B (or 0x210D3B) is unknown color: approx Blackcurrant. HEX triplet: 21, 0D and 3B. RGB value is (33,13,59). Sum of RGB (Red+Green+Blue) = 33+13+59=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 59 (23.44% from 255 or 56.19% from 105); Max value from RGB is 59 - color contains mainly: blue. Hex color #210D3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210D3B is #DEF2C4. Grayscale: #181818. Windows color (decimal): -14611141 or 3869985. OLE color: 3869985.

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

Color convert

RGB331359-
CMYK0.440.7800.77
HSL266.09º63.89%14.12%-
HSV(B)266.09º77.97%23.14%-
XYZ1.560.934.23-
YUV24.22147.63134.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.43%
GREEN value IS 13 (5.47% from 255) = 12.38%
BLUE value IS 59 (23.44% from 255) = 56.19%
R=31.43%
G=12.38%
B=56.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3313590.440.7800.77266.0963.8914.12
Hex21D3B2C4E04D10a40e
Octal41157354116011541210016
Binary100001110111101110110010011100100110110000101010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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