#25133A

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

Shades of Blackcurrant #25133A

Tints of Blackcurrant #25133A

Color information

#25133A (or 0x25133A) is unknown color: approx Blackcurrant. HEX triplet: 25, 13 and 3A. RGB value is (37,19,58). Sum of RGB (Red+Green+Blue) = 37+19+58=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #25133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25133A is #DAECC5. Grayscale: #1C1C1C. Windows color (decimal): -14347462 or 3805989. OLE color: 3805989.

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

Color convert

RGB371958-
CMYK0.360.6700.77
HSL267.69º50.65%15.1%-
HSV(B)267.69º67.24%22.75%-
XYZ1.761.164.14-
YUV28.83144.46133.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.46%
GREEN value IS 19 (7.81% from 255) = 16.67%
BLUE value IS 58 (23.05% from 255) = 50.88%
R=32.46%
G=16.67%
B=50.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3719580.360.6700.77267.6950.6515.1
Hex25133A244304D10c33f
Octal4523724410301154146317
Binary100101100111110101001001000011010011011000011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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