#25062D

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

Shades of Blackcurrant #25062D

Tints of Blackcurrant #25062D

Color information

#25062D (or 0x25062D) is unknown color: approx Blackcurrant. HEX triplet: 25, 06 and 2D. RGB value is (37,6,45). Sum of RGB (Red+Green+Blue) = 37+6+45=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 6 (2.73% from 255 or 6.82% from 88); Blue value is 45 (17.97% from 255 or 51.14% from 88); Max value from RGB is 45 - color contains mainly: blue. Hex color #25062D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25062D is #DAF9D2. Grayscale: #131313. Windows color (decimal): -14350803 or 2950693. OLE color: 2950693.

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

Color convert

RGB37645-
CMYK0.180.8700.82
HSL287.69º76.47%10%-
HSV(B)287.69º86.67%17.65%-
XYZ1.30.712.55-
YUV19.72142.27140.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.05%
GREEN value IS 6 (2.73% from 255) = 6.82%
BLUE value IS 45 (17.97% from 255) = 51.14%
R=42.05%
G=6.82%
B=51.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal376450.180.8700.82287.6976.4710
Hex2562D12570521204ca
Octal4565522127012244011412
Binary1001011101011011001010101110101001010010000010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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