Html Css Color HEX #25022D Blackcurrant

📋 copy color: '#25022D'

red 37 ◦ green 2 ◦ blue 45

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

Shades of Blackcurrant #25022D

Tints of Blackcurrant #25022D

RGB

 RED value IS 37 (14.84% from 255) = 44.05%

 GREEN value IS 2 (1.17% from 255) = 2.38%

 BLUE value IS 45 (17.97% from 255) = 53.57%

R = 44.05%
G = 2.38%
B = 53.57%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25022D (or 0x25022D) is known color: Blackcurrant. HEX triplet: 25, 02 and 2D. RGB value is (37,2,45). Sum of RGB (Red+Green+Blue) = 37+2+45=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 45 (17.97% from 255 or 53.57% from 84); Max value from RGB is 45 - color contains mainly: blue. Hex color #25022D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25022D is #DAFDD2. Grayscale: #111111. Windows color (decimal): -14351827 or 2949669. OLE color: 2949669.

HSL color Cylindrical-coordinate representation of color #25022D: hue angle of 288.84º degrees, saturation: 0.91, 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 #25022D is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 2 45 -
CMYK 0.18 0.96 0 0.82
HSL 288.84º 0.91% 0.09% -
HSV(B) 288.84º 0.96% 0.18% -
XYZ 1.26 0.63 2.54 -
YUV 17.37 143.6 142 -
System Red Green Blue C M Y K H S L
Decimal 37 2 45 0.18 0.96 0 0.82 288.84 0.91 0.09
Hex 25 2 2D 12 60 0 52 121 5B 9
Octal 45 2 55 22 140 0 122 441 133 11
Binary 100101 10 101101 10010 1100000 0 1010010 100100001 1011011 1001

Color Harmonies of #25022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25022D

Black with #25022D

Text Example


Text Example

White with #25022D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25022D;
 }
 .AnyTagClassName
 {
   color: #25022D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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