#210725

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

Shades of Blackcurrant #210725

Tints of Blackcurrant #210725

Color information

#210725 (or 0x210725) is unknown color: approx Blackcurrant. HEX triplet: 21, 07 and 25. RGB value is (33,7,37). Sum of RGB (Red+Green+Blue) = 33+7+37=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #210725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210725 is #DEF8DA. Grayscale: #121212. Windows color (decimal): -14612699 or 2426657. OLE color: 2426657.

HSL color Cylindrical-coordinate representation of color #210725: hue angle of 292º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #210725 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB33737-
CMYK0.110.8100.85
HSL292º68.18%8.63%-
HSV(B)292º81.08%14.51%-
XYZ1.040.611.81-
YUV18.19138.61138.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.86%
GREEN value IS 7 (3.12% from 255) = 9.09%
BLUE value IS 37 (14.84% from 255) = 48.05%
R=42.86%
G=9.09%
B=48.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal337370.110.8100.8529268.188.63
Hex21725B51055124449
Octal4174513121012544410411
Binary100001111100101101110100010101010110010010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210725; }

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

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

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

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

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

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

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

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