#251141

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

Shades of Blackcurrant #251141

Tints of Blackcurrant #251141

Color information

#251141 (or 0x251141) is unknown color: approx Blackcurrant. HEX triplet: 25, 11 and 41. RGB value is (37,17,65). Sum of RGB (Red+Green+Blue) = 37+17+65=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #251141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251141 is #DAEEBE. Grayscale: #1C1C1C. Windows color (decimal): -14347967 or 4264229. OLE color: 4264229.

HSL color Cylindrical-coordinate representation of color #251141: hue angle of 265º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #251141 is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB371765-
CMYK0.430.7400.75
HSL265º58.54%16.08%-
HSV(B)265º73.85%25.49%-
XYZ1.921.185.13-
YUV28.45148.63134.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.09%
GREEN value IS 17 (7.03% from 255) = 14.29%
BLUE value IS 65 (25.78% from 255) = 54.62%
R=31.09%
G=14.29%
B=54.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3717650.430.7400.7526558.5416.08
Hex2511412B4A04B1093b10
Octal45211015311201134117320
Binary10010110001100000110101110010100100101110000100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251141; }

 p { color: rgb(37,17,65); }

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

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

 a { background-color: rgb(37,17,65); }

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

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

 span { border-color: rgb(37,17,65); }

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