#25112C

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

Shades of Blackcurrant #25112C

Tints of Blackcurrant #25112C

Color information

#25112C (or 0x25112C) is unknown color: approx Blackcurrant. HEX triplet: 25, 11 and 2C. RGB value is (37,17,44). Sum of RGB (Red+Green+Blue) = 37+17+44=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 44 - color contains mainly: blue. Hex color #25112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25112C is #DAEED3. Grayscale: #191919. Windows color (decimal): -14347988 or 2887973. OLE color: 2887973.

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

Color convert

RGB371744-
CMYK0.160.6100.83
HSL284.44º44.26%11.96%-
HSV(B)284.44º61.36%17.25%-
XYZ1.420.982.5-
YUV26.06138.13135.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.76%
GREEN value IS 17 (7.03% from 255) = 17.35%
BLUE value IS 44 (17.58% from 255) = 44.90%
R=37.76%
G=17.35%
B=44.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3717440.160.6100.83284.4444.2611.96
Hex25112C103D05311c2cc
Octal452154207501234345414
Binary1001011000110110010000111101010100111000111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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