#25013D

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

Shades of Blackcurrant #25013D

Tints of Blackcurrant #25013D

Color information

#25013D (or 0x25013D) is unknown color: approx Blackcurrant. HEX triplet: 25, 01 and 3D. RGB value is (37,1,61). Sum of RGB (Red+Green+Blue) = 37+1+61=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 61 (24.22% from 255 or 61.62% from 99); Max value from RGB is 61 - color contains mainly: blue. Hex color #25013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25013D is #DAFEC2. Grayscale: #121212. Windows color (decimal): -14352067 or 3997989. OLE color: 3997989.

HSL color Cylindrical-coordinate representation of color #25013D: hue angle of 276º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #25013D is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB37161-
CMYK0.390.9800.76
HSL276º96.77%12.16%-
HSV(B)276º98.36%23.92%-
XYZ1.620.754.47-
YUV18.6151.93141.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.37%
GREEN value IS 1 (0.78% from 255) = 1.01%
BLUE value IS 61 (24.22% from 255) = 61.62%
R=37.37%
G=1.01%
B=61.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal371610.390.9800.7627696.7712.16
Hex2513D276204C11461c
Octal4517547142011442414114
Binary100101111110110011111000100100110010001010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25013D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25013D; }

 p { color: rgb(37,1,61); }

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

<style>
 a { background-color: #25013D; }

 a { background-color: rgb(37,1,61); }

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

<style>
 span { border-color: #25013D; }

 span { border-color: rgb(37,1,61); }

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