#25013C

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

Shades of Blackcurrant #25013C

Tints of Blackcurrant #25013C

Color information

#25013C (or 0x25013C) is unknown color: approx Blackcurrant. HEX triplet: 25, 01 and 3C. RGB value is (37,1,60). Sum of RGB (Red+Green+Blue) = 37+1+60=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 60 (23.83% from 255 or 61.22% from 98); Max value from RGB is 60 - color contains mainly: blue. Hex color #25013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25013C is #DAFEC3. Grayscale: #121212. Windows color (decimal): -14352068 or 3932453. OLE color: 3932453.

HSL color Cylindrical-coordinate representation of color #25013C: hue angle of 276.61º 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 #25013C is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB37160-
CMYK0.380.9800.76
HSL276.61º96.72%11.96%-
HSV(B)276.61º98.33%23.53%-
XYZ1.590.744.33-
YUV18.49151.43141.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.76%
GREEN value IS 1 (0.78% from 255) = 1.02%
BLUE value IS 60 (23.83% from 255) = 61.22%
R=37.76%
G=1.02%
B=61.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal371600.380.9800.76276.6196.7211.96
Hex2513C266204C11561c
Octal4517446142011442514114
Binary100101111110010011011000100100110010001010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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