#25052D

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

Shades of Blackcurrant #25052D

Tints of Blackcurrant #25052D

Color information

#25052D (or 0x25052D) is unknown color: approx Blackcurrant. HEX triplet: 25, 05 and 2D. RGB value is (37,5,45). Sum of RGB (Red+Green+Blue) = 37+5+45=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 45 (17.97% from 255 or 51.72% from 87); Max value from RGB is 45 - color contains mainly: blue. Hex color #25052D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25052D is #DAFAD2. Grayscale: #131313. Windows color (decimal): -14351059 or 2950437. OLE color: 2950437.

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

Color convert

RGB37545-
CMYK0.180.8900.82
HSL288º80%9.8%-
HSV(B)288º88.89%17.65%-
XYZ1.290.692.55-
YUV19.13142.6140.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.53%
GREEN value IS 5 (2.34% from 255) = 5.75%
BLUE value IS 45 (17.97% from 255) = 51.72%
R=42.53%
G=5.75%
B=51.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal375450.180.8900.82288809.8
Hex2552D125905212050a
Octal4555522131012244012012
Binary1001011011011011001010110010101001010010000010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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