#210D25

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

Shades of Blackcurrant #210D25

Tints of Blackcurrant #210D25

Color information

#210D25 (or 0x210D25) is unknown color: approx Blackcurrant. HEX triplet: 21, 0D and 25. RGB value is (33,13,37). Sum of RGB (Red+Green+Blue) = 33+13+37=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 13 (5.47% from 255 or 15.66% from 83); Blue value is 37 (14.84% from 255 or 44.58% from 83); Max value from RGB is 37 - color contains mainly: blue. Hex color #210D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210D25 is #DEF2DA. Grayscale: #151515. Windows color (decimal): -14611163 or 2428193. OLE color: 2428193.

HSL color Cylindrical-coordinate representation of color #210D25: hue angle of 290º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #210D25 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB331337-
CMYK0.110.6500.85
HSL290º48%9.8%-
HSV(B)290º64.86%14.51%-
XYZ1.110.741.84-
YUV21.72136.63136.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.76%
GREEN value IS 13 (5.47% from 255) = 15.66%
BLUE value IS 37 (14.84% from 255) = 44.58%
R=39.76%
G=15.66%
B=44.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3313370.110.6500.85290489.8
Hex21D25B4105512230a
Octal4115451310101254426012
Binary100001110110010110111000001010101011001000101100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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