Html Css Color HEX #25162E Blackcurrant

📋 copy color: '#25162E'

red 37 ◦ green 22 ◦ blue 46

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

Shades of Blackcurrant #25162E

Tints of Blackcurrant #25162E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 43.81%

R = 35.24%
G = 20.95%
B = 43.81%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25162E (or 0x25162E) is known color: Blackcurrant. HEX triplet: 25, 16 and 2E. RGB value is (37,22,46). Sum of RGB (Red+Green+Blue) = 37+22+46=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 46 - color contains mainly: blue. Hex color #25162E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25162E is #DAE9D1. Grayscale: #1D1D1D. Windows color (decimal): -14346706 or 3020325. OLE color: 3020325.

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

Color convert

RGB 37 22 46 -
CMYK 0.20 0.52 0 0.82
HSL 277.5º 0.35% 0.13% -
HSV(B) 277.5º 0.52% 0.18% -
XYZ 1.54 1.16 2.73 -
YUV 29.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 37 22 46 0.20 0.52 0 0.82 277.5 0.35 0.13
Hex 25 16 2E 14 34 0 52 116 23 D
Octal 45 26 56 24 64 0 122 426 43 15
Binary 100101 10110 101110 10100 110100 0 1010010 100010110 100011 1101

Color Harmonies of #25162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25162E

Black with #25162E

Text Example


Text Example

White with #25162E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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