#251040

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

Shades of Blackcurrant #251040

Tints of Blackcurrant #251040

Color information

#251040 (or 0x251040) is unknown color: approx Blackcurrant. HEX triplet: 25, 10 and 40. RGB value is (37,16,64). Sum of RGB (Red+Green+Blue) = 37+16+64=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #251040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251040 is #DAEFBF. Grayscale: #1B1B1B. Windows color (decimal): -14348224 or 4198437. OLE color: 4198437.

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

Color convert

RGB371664-
CMYK0.420.7500.75
HSL266.25º60%15.69%-
HSV(B)266.25º75%25.1%-
XYZ1.871.134.97-
YUV27.75148.46134.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.62%
GREEN value IS 16 (6.64% from 255) = 13.68%
BLUE value IS 64 (25.39% from 255) = 54.70%
R=31.62%
G=13.68%
B=54.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3716640.420.7500.75266.256015.69
Hex2510402A4B04B10a3c10
Octal45201005211301134127420
Binary10010110000100000010101010010110100101110000101011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251040; }

 p { color: rgb(37,16,64); }

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

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

 a { background-color: rgb(37,16,64); }

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

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

 span { border-color: rgb(37,16,64); }

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