#25152C

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

Shades of Blackcurrant #25152C

Tints of Blackcurrant #25152C

Color information

#25152C (or 0x25152C) is unknown color: approx Blackcurrant. HEX triplet: 25, 15 and 2C. RGB value is (37,21,44). Sum of RGB (Red+Green+Blue) = 37+21+44=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 44 - color contains mainly: blue. Hex color #25152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25152C is #DAEAD3. Grayscale: #1C1C1C. Windows color (decimal): -14346964 or 2888997. OLE color: 2888997.

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

Color convert

RGB372144-
CMYK0.160.5200.83
HSL281.74º35.38%12.75%-
HSV(B)281.74º52.27%17.25%-
XYZ1.491.112.52-
YUV28.41136.8134.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 36.27%
GREEN value IS 21 (8.59% from 255) = 20.59%
BLUE value IS 44 (17.58% from 255) = 43.14%
R=36.27%
G=20.59%
B=43.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3721440.160.5200.83281.7435.3812.75
Hex25152C103405311a23d
Octal452554206401234324315
Binary1001011010110110010000110100010100111000110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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