#25032D

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

Shades of Blackcurrant #25032D

Tints of Blackcurrant #25032D

Color information

#25032D (or 0x25032D) is unknown color: approx Blackcurrant. HEX triplet: 25, 03 and 2D. RGB value is (37,3,45). Sum of RGB (Red+Green+Blue) = 37+3+45=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 45 (17.97% from 255 or 52.94% from 85); Max value from RGB is 45 - color contains mainly: blue. Hex color #25032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25032D is #DAFCD2. Grayscale: #111111. Windows color (decimal): -14351571 or 2949925. OLE color: 2949925.

HSL color Cylindrical-coordinate representation of color #25032D: hue angle of 288.57º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25032D is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB37345-
CMYK0.180.9300.82
HSL288.57º87.5%9.41%-
HSV(B)288.57º93.33%17.65%-
XYZ1.270.652.54-
YUV17.95143.26141.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.53%
GREEN value IS 3 (1.56% from 255) = 3.53%
BLUE value IS 45 (17.97% from 255) = 52.94%
R=43.53%
G=3.53%
B=52.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal373450.180.9300.82288.5787.59.41
Hex2532D125D052121589
Octal4535522135012244113011
Binary100101111011011001010111010101001010010000110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25032D; }

 p { color: rgb(37,3,45); }

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

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

 a { background-color: rgb(37,3,45); }

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

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

 span { border-color: rgb(37,3,45); }

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