#25182C

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

Shades of Blackcurrant #25182C

Tints of Blackcurrant #25182C

Color information

#25182C (or 0x25182C) is unknown color: approx Blackcurrant. HEX triplet: 25, 18 and 2C. RGB value is (37,24,44). Sum of RGB (Red+Green+Blue) = 37+24+44=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 44 - color contains mainly: blue. Hex color #25182C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25182C is #DAE7D3. Grayscale: #1E1E1E. Windows color (decimal): -14346196 or 2889765. OLE color: 2889765.

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

Color convert

RGB372444-
CMYK0.160.4500.83
HSL279º29.41%13.33%-
HSV(B)279º45.45%17.25%-
XYZ1.541.232.54-
YUV30.17135.81132.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.24%
GREEN value IS 24 (9.77% from 255) = 22.86%
BLUE value IS 44 (17.58% from 255) = 41.90%
R=35.24%
G=22.86%
B=41.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3724440.160.4500.8327929.4113.33
Hex25182C102D0531171dd
Octal453054205501234273515
Binary100101110001011001000010110101010011100010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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