Html Css Color HEX #25022E Blackcurrant

📋 copy color: '#25022E'

red 37 ◦ green 2 ◦ blue 46

#25022E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #25022E

Tints of Blackcurrant #25022E

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 value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25022E (or 0x25022E) is known color: 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

RGB 37 2 46 -
CMYK 0.20 0.96 0 0.82
HSL 287.73º 0.92% 0.09% -
HSV(B) 287.73º 0.96% 0.18% -
XYZ 1.28 0.63 2.64 -
YUV 17.48 144.1 141.92 -
System Red Green Blue C M Y K H S L
Decimal 37 2 46 0.20 0.96 0 0.82 287.73 0.92 0.09
Hex 25 2 2E 14 60 0 52 120 5C 9
Octal 45 2 56 24 140 0 122 440 134 11
Binary 100101 10 101110 10100 1100000 0 1010010 100100000 1011100 1001

Color Harmonies of #25022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25022E

Black with #25022E

Text Example


Text Example

White with #25022E

Text Example


Text Example

HTML Codes & Css Web 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>