Html Css Color HEX #25022F Blackcurrant

📋 copy color: '#25022F'

red 37 ◦ green 2 ◦ blue 47

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

Shades of Blackcurrant #25022F

Tints of Blackcurrant #25022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 54.65%

R = 43.02%
G = 2.33%
B = 54.65%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25022F (or 0x25022F) is known color: Blackcurrant. HEX triplet: 25, 02 and 2F. RGB value is (37,2,47). Sum of RGB (Red+Green+Blue) = 37+2+47=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 47 (18.75% from 255 or 54.65% from 86); Max value from RGB is 47 - color contains mainly: blue. Hex color #25022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25022F is #DAFDD0. Grayscale: #111111. Windows color (decimal): -14351825 or 3080741. OLE color: 3080741.

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

Color convert

RGB 37 2 47 -
CMYK 0.21 0.96 0 0.82
HSL 286.67º 0.92% 0.1% -
HSV(B) 286.67º 0.96% 0.18% -
XYZ 1.3 0.64 2.74 -
YUV 17.6 144.6 141.84 -
System Red Green Blue C M Y K H S L
Decimal 37 2 47 0.21 0.96 0 0.82 286.67 0.92 0.1
Hex 25 2 2F 15 60 0 52 11F 5C A
Octal 45 2 57 25 140 0 122 437 134 12
Binary 100101 10 101111 10101 1100000 0 1010010 100011111 1011100 1010

Color Harmonies of #25022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25022F

Black with #25022F

Text Example


Text Example

White with #25022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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