#25022E

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

Shades of Blackcurrant #25022E

Tints of Blackcurrant #25022E

Color information

#25022E (or 0x25022E) is unknown color: approx Blackcurrant. HEX triplet: 25, 02 and 2E. RGB value is (37,2,46). Sum of RGB (Red+Green+Blue) = 37+2+46=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 46 (18.36% from 255 or 54.12% from 85); Max value from RGB is 46 - color contains mainly: blue. Hex color #25022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25022E is #DAFDD1. Grayscale: #111111. Windows color (decimal): -14351826 or 3015205. OLE color: 3015205.

HSL color Cylindrical-coordinate representation of color #25022E: hue angle of 287.73º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #25022E is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB37246-
CMYK0.200.9600.82
HSL287.73º91.67%9.41%-
HSV(B)287.73º95.65%18.04%-
XYZ1.280.632.64-
YUV17.48144.1141.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.53%
GREEN value IS 2 (1.17% from 255) = 2.35%
BLUE value IS 46 (18.36% from 255) = 54.12%
R=43.53%
G=2.35%
B=54.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal372460.200.9600.82287.7391.679.41
Hex2522E14600521205c9
Octal4525624140012244013411
Binary100101101011101010011000000101001010010000010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25022E; }

 p { color: rgb(37,2,46); }

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

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

 a { background-color: rgb(37,2,46); }

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

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

 span { border-color: rgb(37,2,46); }

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