#251439

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

Shades of Blackcurrant #251439

Tints of Blackcurrant #251439

Color information

#251439 (or 0x251439) is unknown color: approx Blackcurrant. HEX triplet: 25, 14 and 39. RGB value is (37,20,57). Sum of RGB (Red+Green+Blue) = 37+20+57=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 57 (22.66% from 255 or 50% from 114); Max value from RGB is 57 - color contains mainly: blue. Hex color #251439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251439 is #DAEBC6. Grayscale: #1D1D1D. Windows color (decimal): -14347207 or 3740709. OLE color: 3740709.

HSL color Cylindrical-coordinate representation of color #251439: hue angle of 267.57º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #251439 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB372057-
CMYK0.350.6500.78
HSL267.57º48.05%15.1%-
HSV(B)267.57º64.91%22.35%-
XYZ1.751.194.01-
YUV29.3143.63133.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.46%
GREEN value IS 20 (8.20% from 255) = 17.54%
BLUE value IS 57 (22.66% from 255) = 50%
R=32.46%
G=17.54%
B=50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3720570.350.6500.78267.5748.0515.1
Hex251439234104E10c30f
Octal4524714310101164146017
Binary100101101001110011000111000001010011101000011001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251439; }

 p { color: rgb(37,20,57); }

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

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

 a { background-color: rgb(37,20,57); }

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

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

 span { border-color: rgb(37,20,57); }

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