#25152A

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

Shades of Blackcurrant #25152A

Tints of Blackcurrant #25152A

Color information

#25152A (or 0x25152A) is unknown color: approx Blackcurrant. HEX triplet: 25, 15 and 2A. RGB value is (37,21,42). Sum of RGB (Red+Green+Blue) = 37+21+42=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 42 - color contains mainly: blue. Hex color #25152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25152A is #DAEAD5. Grayscale: #1C1C1C. Windows color (decimal): -14346966 or 2757925. OLE color: 2757925.

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

Color convert

RGB372142-
CMYK0.120.5000.84
HSL285.71º33.33%12.35%-
HSV(B)285.71º50%16.47%-
XYZ1.451.12.33-
YUV28.18135.8134.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37%
GREEN value IS 21 (8.59% from 255) = 21%
BLUE value IS 42 (16.80% from 255) = 42%
R=37%
G=21%
B=42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3721420.120.5000.84285.7133.3312.35
Hex25152AC3205411e21c
Octal452552146201244364114
Binary100101101011010101100110010010101001000111101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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