#251A2D

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

Shades of Blackcurrant #251A2D

Tints of Blackcurrant #251A2D

Color information

#251A2D (or 0x251A2D) is unknown color: approx Blackcurrant. HEX triplet: 25, 1A and 2D. RGB value is (37,26,45). Sum of RGB (Red+Green+Blue) = 37+26+45=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 45 - color contains mainly: blue. Hex color #251A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251A2D is #DAE5D2. Grayscale: #1F1F1F. Windows color (decimal): -14345683 or 2955813. OLE color: 2955813.

HSL color Cylindrical-coordinate representation of color #251A2D: hue angle of 274.74º degrees, saturation: 0.27, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #251A2D is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB372645-
CMYK0.180.4200.82
HSL274.74º26.76%13.92%-
HSV(B)274.74º42.22%17.65%-
XYZ1.611.322.65-
YUV31.45135.64131.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.26%
GREEN value IS 26 (10.55% from 255) = 24.07%
BLUE value IS 45 (17.97% from 255) = 41.67%
R=34.26%
G=24.07%
B=41.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3726450.180.4200.82274.7426.7613.92
Hex251A2D122A0521131be
Octal453255225201224233316
Binary100101110101011011001010101001010010100010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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