#251D2D

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

Shades of Blackcurrant #251D2D

Tints of Blackcurrant #251D2D

Color information

#251D2D (or 0x251D2D) is unknown color: approx Blackcurrant. HEX triplet: 25, 1D and 2D. RGB value is (37,29,45). Sum of RGB (Red+Green+Blue) = 37+29+45=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 45 - color contains mainly: blue. Hex color #251D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251D2D is #DAE2D2. Grayscale: #212121. Windows color (decimal): -14344915 or 2956581. OLE color: 2956581.

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

Color convert

RGB372945-
CMYK0.180.3600.82
HSL270º21.62%14.51%-
HSV(B)270º35.56%17.65%-
XYZ1.681.462.68-
YUV33.22134.65130.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.33%
GREEN value IS 29 (11.72% from 255) = 26.13%
BLUE value IS 45 (17.97% from 255) = 40.54%
R=33.33%
G=26.13%
B=40.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3729450.180.3600.8227021.6214.51
Hex251D2D122405210e16f
Octal453555224401224162617
Binary100101111011011011001010010001010010100001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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