#251D2B

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

Shades of Blackcurrant #251D2B

Tints of Blackcurrant #251D2B

Color information

#251D2B (or 0x251D2B) is unknown color: approx Blackcurrant. HEX triplet: 25, 1D and 2B. RGB value is (37,29,43). Sum of RGB (Red+Green+Blue) = 37+29+43=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 43 - color contains mainly: blue. Hex color #251D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251D2B is #DAE2D4. Grayscale: #202020. Windows color (decimal): -14344917 or 2825509. OLE color: 2825509.

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

Color convert

RGB372943-
CMYK0.140.3300.83
HSL274.29º19.44%14.12%-
HSV(B)274.29º32.56%16.86%-
XYZ1.641.452.48-
YUV32.99133.65130.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.94%
GREEN value IS 29 (11.72% from 255) = 26.61%
BLUE value IS 43 (17.19% from 255) = 39.45%
R=33.94%
G=26.61%
B=39.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3729430.140.3300.83274.2919.4414.12
Hex251D2BE2105311213e
Octal453553164101234222316
Binary10010111101101011111010000101010011100010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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