#251A2C

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

Shades of Blackcurrant #251A2C

Tints of Blackcurrant #251A2C

Color information

#251A2C (or 0x251A2C) is unknown color: approx Blackcurrant. HEX triplet: 25, 1A and 2C. RGB value is (37,26,44). Sum of RGB (Red+Green+Blue) = 37+26+44=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 44 - color contains mainly: blue. Hex color #251A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251A2C is #DAE5D3. Grayscale: #1F1F1F. Windows color (decimal): -14345684 or 2890277. OLE color: 2890277.

HSL color Cylindrical-coordinate representation of color #251A2C: hue angle of 276.67º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #251A2C is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB372644-
CMYK0.160.4100.83
HSL276.67º25.71%13.73%-
HSV(B)276.67º40.91%17.25%-
XYZ1.591.312.55-
YUV31.34135.14132.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.58%
GREEN value IS 26 (10.55% from 255) = 24.30%
BLUE value IS 44 (17.58% from 255) = 41.12%
R=34.58%
G=24.30%
B=41.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3726440.160.4100.83276.6725.7113.73
Hex251A2C10290531151ae
Octal453254205101234253216
Binary100101110101011001000010100101010011100010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251A2C; }

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

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

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

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

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

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

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

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