#25102C

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

Shades of Blackcurrant #25102C

Tints of Blackcurrant #25102C

Color information

#25102C (or 0x25102C) is unknown color: approx Blackcurrant. HEX triplet: 25, 10 and 2C. RGB value is (37,16,44). Sum of RGB (Red+Green+Blue) = 37+16+44=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 44 (17.58% from 255 or 45.36% from 97); Max value from RGB is 44 - color contains mainly: blue. Hex color #25102C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25102C is #DAEFD3. Grayscale: #191919. Windows color (decimal): -14348244 or 2887717. OLE color: 2887717.

HSL color Cylindrical-coordinate representation of color #25102C: hue angle of 285º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #25102C is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB371644-
CMYK0.160.6400.83
HSL285º46.67%11.76%-
HSV(B)285º63.64%17.25%-
XYZ1.40.952.49-
YUV25.47138.46136.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.14%
GREEN value IS 16 (6.64% from 255) = 16.49%
BLUE value IS 44 (17.58% from 255) = 45.36%
R=38.14%
G=16.49%
B=45.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3716440.160.6400.8328546.6711.76
Hex25102C104005311d2fc
Octal4520542010001234355714
Binary10010110000101100100001000000010100111000111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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