#25182E

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

Shades of Blackcurrant #25182E

Tints of Blackcurrant #25182E

Color information

#25182E (or 0x25182E) is unknown color: approx Blackcurrant. HEX triplet: 25, 18 and 2E. RGB value is (37,24,46). Sum of RGB (Red+Green+Blue) = 37+24+46=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 46 - color contains mainly: blue. Hex color #25182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25182E is #DAE7D1. Grayscale: #1E1E1E. Windows color (decimal): -14346194 or 3020837. OLE color: 3020837.

HSL color Cylindrical-coordinate representation of color #25182E: hue angle of 275.45º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #25182E is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB372446-
CMYK0.200.4800.82
HSL275.45º31.43%13.73%-
HSV(B)275.45º47.83%18.04%-
XYZ1.581.242.74-
YUV30.39136.81132.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.58%
GREEN value IS 24 (9.77% from 255) = 22.43%
BLUE value IS 46 (18.36% from 255) = 42.99%
R=34.58%
G=22.43%
B=42.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3724460.200.4800.82275.4531.4313.73
Hex25182E14300521131fe
Octal453056246001224233716
Binary100101110001011101010011000001010010100010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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