#25103E

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

Shades of Blackcurrant #25103E

Tints of Blackcurrant #25103E

Color information

#25103E (or 0x25103E) is unknown color: approx Blackcurrant. HEX triplet: 25, 10 and 3E. RGB value is (37,16,62). Sum of RGB (Red+Green+Blue) = 37+16+62=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 62 (24.61% from 255 or 53.91% from 115); Max value from RGB is 62 - color contains mainly: blue. Hex color #25103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25103E is #DAEFC1. Grayscale: #1B1B1B. Windows color (decimal): -14348226 or 4067365. OLE color: 4067365.

HSL color Cylindrical-coordinate representation of color #25103E: hue angle of 267.39º degrees, saturation: 0.59, 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 #25103E is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB371662-
CMYK0.400.7400.76
HSL267.39º58.97%15.29%-
HSV(B)267.39º74.19%24.31%-
XYZ1.821.114.68-
YUV27.52147.46134.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.17%
GREEN value IS 16 (6.64% from 255) = 13.91%
BLUE value IS 62 (24.61% from 255) = 53.91%
R=32.17%
G=13.91%
B=53.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3716620.400.7400.76267.3958.9715.29
Hex25103E284A04C10b3bf
Octal4520765011201144137317
Binary100101100001111101010001001010010011001000010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25103E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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