#25142E

Color #25142E Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #25142E

Tints of Blackcurrant #25142E

Color information

#25142E (or 0x25142E) is unknown color: approx 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

RGB372046-
CMYK0.200.5700.82
HSL279.23º39.39%12.94%-
HSV(B)279.23º56.52%18.04%-
XYZ1.511.092.72-
YUV28.05138.13134.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.92%
GREEN value IS 20 (8.20% 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 (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3720460.200.5700.82279.2339.3912.94
Hex25142E143905211727d
Octal452456247101224274715
Binary1001011010010111010100111001010100101000101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>