#25153A

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

Shades of Blackcurrant #25153A

Tints of Blackcurrant #25153A

Color information

#25153A (or 0x25153A) is unknown color: approx Blackcurrant. HEX triplet: 25, 15 and 3A. RGB value is (37,21,58). Sum of RGB (Red+Green+Blue) = 37+21+58=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #25153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25153A is #DAEAC5. Grayscale: #1D1D1D. Windows color (decimal): -14346950 or 3806501. OLE color: 3806501.

HSL color Cylindrical-coordinate representation of color #25153A: hue angle of 265.95º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #25153A is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB372158-
CMYK0.360.6400.77
HSL265.95º46.84%15.49%-
HSV(B)265.95º63.79%22.75%-
XYZ1.791.244.15-
YUV30143.8132.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.90%
GREEN value IS 21 (8.59% from 255) = 18.10%
BLUE value IS 58 (23.05% from 255) = 50%
R=31.90%
G=18.10%
B=50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3721580.360.6400.77265.9546.8415.49
Hex25153A244004D10a2ff
Octal4525724410001154125717
Binary100101101011110101001001000000010011011000010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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