Html Css Color HEX #25162F Blackcurrant

📋 copy color: '#25162F'

red 37 ◦ green 22 ◦ blue 47

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

Shades of Blackcurrant #25162F

Tints of Blackcurrant #25162F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.75%

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

R = 34.91%
G = 20.75%
B = 44.34%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25162F (or 0x25162F) is known color: Blackcurrant. HEX triplet: 25, 16 and 2F. RGB value is (37,22,47). Sum of RGB (Red+Green+Blue) = 37+22+47=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 47 - color contains mainly: blue. Hex color #25162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25162F is #DAE9D0. Grayscale: #1D1D1D. Windows color (decimal): -14346705 or 3085861. OLE color: 3085861.

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

Color convert

RGB 37 22 47 -
CMYK 0.21 0.53 0 0.82
HSL 276º 0.36% 0.14% -
HSV(B) 276º 0.53% 0.18% -
XYZ 1.56 1.17 2.83 -
YUV 29.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 37 22 47 0.21 0.53 0 0.82 276 0.36 0.14
Hex 25 16 2F 15 35 0 52 114 24 E
Octal 45 26 57 25 65 0 122 424 44 16
Binary 100101 10110 101111 10101 110101 0 1010010 100010100 100100 1110

Color Harmonies of #25162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25162F

Black with #25162F

Text Example


Text Example

White with #25162F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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