#25142C

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

Shades of Blackcurrant #25142C

Tints of Blackcurrant #25142C

Color information

#25142C (or 0x25142C) is unknown color: approx Blackcurrant. HEX triplet: 25, 14 and 2C. RGB value is (37,20,44). Sum of RGB (Red+Green+Blue) = 37+20+44=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 44 - color contains mainly: blue. Hex color #25142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25142C is #DAEBD3. Grayscale: #1B1B1B. Windows color (decimal): -14347220 or 2888741. OLE color: 2888741.

HSL color Cylindrical-coordinate representation of color #25142C: hue angle of 282.5º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25142C is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB372044-
CMYK0.160.5500.83
HSL282.5º37.5%12.55%-
HSV(B)282.5º54.55%17.25%-
XYZ1.471.082.51-
YUV27.82137.13134.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 36.63%
GREEN value IS 20 (8.20% from 255) = 19.80%
BLUE value IS 44 (17.58% from 255) = 43.56%
R=36.63%
G=19.80%
B=43.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3720440.160.5500.83282.537.512.55
Hex25142C103705311a25d
Octal452454206701234324515
Binary1001011010010110010000110111010100111000110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #25142C;
 }
 .AnyTagClassName
 {
   color: #25142C;
 }
</style>
background-color css

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

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

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

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

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

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