#25103D

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

Shades of Blackcurrant #25103D

Tints of Blackcurrant #25103D

Color information

#25103D (or 0x25103D) is unknown color: approx Blackcurrant. HEX triplet: 25, 10 and 3D. RGB value is (37,16,61). Sum of RGB (Red+Green+Blue) = 37+16+61=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #25103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25103D is #DAEFC2. Grayscale: #1B1B1B. Windows color (decimal): -14348227 or 4001829. OLE color: 4001829.

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

Color convert

RGB371661-
CMYK0.390.7400.76
HSL268º58.44%15.1%-
HSV(B)268º73.77%23.92%-
XYZ1.791.14.53-
YUV27.41146.96134.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.46%
GREEN value IS 16 (6.64% from 255) = 14.04%
BLUE value IS 61 (24.22% from 255) = 53.51%
R=32.46%
G=14.04%
B=53.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3716610.390.7400.7626858.4415.1
Hex25103D274A04C10c3af
Octal4520754711201144147217
Binary100101100001111011001111001010010011001000011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25103D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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