Html Css Color HEX #25142E Blackcurrant

📋 copy color: '#25142E'

red 37 ◦ green 20 ◦ blue 46

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

Shades of Blackcurrant #25142E

Tints of Blackcurrant #25142E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.42%

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

R = 35.92%
G = 19.42%
B = 44.66%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25142E (or 0x25142E) is known color: Blackcurrant. HEX triplet: 25, 14 and 2E. RGB value is (37,20,46). Sum of RGB (Red+Green+Blue) = 37+20+46=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 46 - color contains mainly: blue. Hex color #25142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25142E is #DAEBD1. Grayscale: #1B1B1B. Windows color (decimal): -14347218 or 3019813. OLE color: 3019813.

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

Color convert

RGB 37 20 46 -
CMYK 0.20 0.57 0 0.82
HSL 279.23º 0.39% 0.13% -
HSV(B) 279.23º 0.57% 0.18% -
XYZ 1.51 1.09 2.72 -
YUV 28.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 37 20 46 0.20 0.57 0 0.82 279.23 0.39 0.13
Hex 25 14 2E 14 39 0 52 117 27 D
Octal 45 24 56 24 71 0 122 427 47 15
Binary 100101 10100 101110 10100 111001 0 1010010 100010111 100111 1101

Color Harmonies of #25142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25142E

Black with #25142E

Text Example


Text Example

White with #25142E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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