Html Css Color HEX #25192E Blackcurrant

📋 copy color: '#25192E'

red 37 ◦ green 25 ◦ blue 46

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

Shades of Blackcurrant #25192E

Tints of Blackcurrant #25192E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.15%

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

R = 34.26%
G = 23.15%
B = 42.59%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25192E (or 0x25192E) is known color: Blackcurrant. HEX triplet: 25, 19 and 2E. RGB value is (37,25,46). Sum of RGB (Red+Green+Blue) = 37+25+46=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 46 (18.36% from 255 or 42.59% from 108); Max value from RGB is 46 - color contains mainly: blue. Hex color #25192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25192E is #DAE6D1. Grayscale: #1E1E1E. Windows color (decimal): -14345938 or 3021093. OLE color: 3021093.

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

Color convert

RGB 37 25 46 -
CMYK 0.20 0.46 0 0.82
HSL 274.29º 0.3% 0.14% -
HSV(B) 274.29º 0.46% 0.18% -
XYZ 1.6 1.29 2.75 -
YUV 30.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 37 25 46 0.20 0.46 0 0.82 274.29 0.3 0.14
Hex 25 19 2E 14 2E 0 52 112 1E E
Octal 45 31 56 24 56 0 122 422 36 16
Binary 100101 11001 101110 10100 101110 0 1010010 100010010 11110 1110

Color Harmonies of #25192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25192E

Black with #25192E

Text Example


Text Example

White with #25192E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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