#251D2A

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

Shades of Blackcurrant #251D2A

Tints of Blackcurrant #251D2A

Color information

#251D2A (or 0x251D2A) is unknown color: approx Blackcurrant. HEX triplet: 25, 1D and 2A. RGB value is (37,29,42). Sum of RGB (Red+Green+Blue) = 37+29+42=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 42 (16.80% from 255 or 38.89% from 108); Max value from RGB is 42 - color contains mainly: blue. Hex color #251D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251D2A is #DAE2D5. Grayscale: #202020. Windows color (decimal): -14344918 or 2759973. OLE color: 2759973.

HSL color Cylindrical-coordinate representation of color #251D2A: hue angle of 276.92º degrees, saturation: 0.18, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #251D2A is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB372942-
CMYK0.120.3100.84
HSL276.92º18.31%13.92%-
HSV(B)276.92º30.95%16.47%-
XYZ1.621.442.38-
YUV32.87133.15130.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.26%
GREEN value IS 29 (11.72% from 255) = 26.85%
BLUE value IS 42 (16.80% from 255) = 38.89%
R=34.26%
G=26.85%
B=38.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3729420.120.3100.84276.9218.3113.92
Hex251D2AC1F05411512e
Octal453552143701244252216
Binary1001011110110101011001111101010100100010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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