#25132A

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

Shades of Blackcurrant #25132A

Tints of Blackcurrant #25132A

Color information

#25132A (or 0x25132A) is unknown color: approx Blackcurrant. HEX triplet: 25, 13 and 2A. RGB value is (37,19,42). Sum of RGB (Red+Green+Blue) = 37+19+42=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 42 - color contains mainly: blue. Hex color #25132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25132A is #DAECD5. Grayscale: #1A1A1A. Windows color (decimal): -14347478 or 2757413. OLE color: 2757413.

HSL color Cylindrical-coordinate representation of color #25132A: hue angle of 286.96º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25132A is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB371942-
CMYK0.120.5500.84
HSL286.96º37.7%11.96%-
HSV(B)286.96º54.76%16.47%-
XYZ1.411.032.31-
YUV27136.46135.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.76%
GREEN value IS 19 (7.81% from 255) = 19.39%
BLUE value IS 42 (16.80% from 255) = 42.86%
R=37.76%
G=19.39%
B=42.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3719420.120.5500.84286.9637.711.96
Hex25132AC3705411f26c
Octal452352146701244374614
Binary100101100111010101100110111010101001000111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25132A; }

 p { color: rgb(37,19,42); }

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

<style>
 a { background-color: #25132A; }

 a { background-color: rgb(37,19,42); }

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

<style>
 span { border-color: #25132A; }

 span { border-color: rgb(37,19,42); }

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