#25152D

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

Shades of Blackcurrant #25152D

Tints of Blackcurrant #25152D

Color information

#25152D (or 0x25152D) is unknown color: approx Blackcurrant. HEX triplet: 25, 15 and 2D. RGB value is (37,21,45). Sum of RGB (Red+Green+Blue) = 37+21+45=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 45 - color contains mainly: blue. Hex color #25152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25152D is #DAEAD2. Grayscale: #1C1C1C. Windows color (decimal): -14346963 or 2954533. OLE color: 2954533.

HSL color Cylindrical-coordinate representation of color #25152D: hue angle of 280º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #25152D is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB372145-
CMYK0.180.5300.82
HSL280º36.36%12.94%-
HSV(B)280º53.33%17.65%-
XYZ1.51.122.62-
YUV28.52137.3134.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.92%
GREEN value IS 21 (8.59% from 255) = 20.39%
BLUE value IS 45 (17.97% from 255) = 43.69%
R=35.92%
G=20.39%
B=43.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3721450.180.5300.8228036.3612.94
Hex25152D123505211824d
Octal452555226501224304415
Binary1001011010110110110010110101010100101000110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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