#251529

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

Shades of Blackcurrant #251529

Tints of Blackcurrant #251529

Color information

#251529 (or 0x251529) is unknown color: approx Blackcurrant. HEX triplet: 25, 15 and 29. RGB value is (37,21,41). Sum of RGB (Red+Green+Blue) = 37+21+41=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 41 - color contains mainly: blue. Hex color #251529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251529 is #DAEAD6. Grayscale: #1C1C1C. Windows color (decimal): -14346967 or 2692389. OLE color: 2692389.

HSL color Cylindrical-coordinate representation of color #251529: hue angle of 288º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #251529 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB372141-
CMYK0.100.4900.84
HSL288º32.26%12.16%-
HSV(B)288º48.78%16.08%-
XYZ1.431.092.23-
YUV28.06135.3134.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.37%
GREEN value IS 21 (8.59% from 255) = 21.21%
BLUE value IS 41 (16.41% from 255) = 41.41%
R=37.37%
G=21.21%
B=41.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3721410.100.4900.8428832.2612.16
Hex251529A3105412020c
Octal452551126101244404014
Binary100101101011010011010110001010101001001000001000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251529; }

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

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

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

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

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

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

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

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