#25122C

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

Shades of Blackcurrant #25122C

Tints of Blackcurrant #25122C

Color information

#25122C (or 0x25122C) is unknown color: approx Blackcurrant. HEX triplet: 25, 12 and 2C. RGB value is (37,18,44). Sum of RGB (Red+Green+Blue) = 37+18+44=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 44 (17.58% from 255 or 44.44% from 99); Max value from RGB is 44 - color contains mainly: blue. Hex color #25122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25122C is #DAEDD3. Grayscale: #1A1A1A. Windows color (decimal): -14347732 or 2888229. OLE color: 2888229.

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

Color convert

RGB371844-
CMYK0.160.5900.83
HSL283.85º41.94%12.16%-
HSV(B)283.85º59.09%17.25%-
XYZ1.431.012.5-
YUV26.64137.79135.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.37%
GREEN value IS 18 (7.42% from 255) = 18.18%
BLUE value IS 44 (17.58% from 255) = 44.44%
R=37.37%
G=18.18%
B=44.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3718440.160.5900.83283.8541.9412.16
Hex25122C103B05311c2ac
Octal452254207301234345214
Binary1001011001010110010000111011010100111000111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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