#251D30

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

Shades of Blackcurrant #251D30

Tints of Blackcurrant #251D30

Color information

#251D30 (or 0x251D30) is unknown color: approx Blackcurrant. HEX triplet: 25, 1D and 30. RGB value is (37,29,48). Sum of RGB (Red+Green+Blue) = 37+29+48=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 48 - color contains mainly: blue. Hex color #251D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251D30 is #DAE2CF. Grayscale: #212121. Windows color (decimal): -14344912 or 3153189. OLE color: 3153189.

HSL color Cylindrical-coordinate representation of color #251D30: hue angle of 265.26º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #251D30 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB372948-
CMYK0.230.4000.81
HSL265.26º24.68%15.1%-
HSV(B)265.26º39.58%18.82%-
XYZ1.741.492.99-
YUV33.56136.15130.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.46%
GREEN value IS 29 (11.72% from 255) = 25.44%
BLUE value IS 48 (19.14% from 255) = 42.11%
R=32.46%
G=25.44%
B=42.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3729480.230.4000.81265.2624.6815.1
Hex251D30172805110919f
Octal453560275001214113117
Binary100101111011100001011110100001010001100001001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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