#180131

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

Shades of Blackcurrant #180131

Tints of Blackcurrant #180131

Color information

#180131 (or 0x180131) is unknown color: approx Blackcurrant. HEX triplet: 18, 01 and 31. RGB value is (24,1,49). Sum of RGB (Red+Green+Blue) = 24+1+49=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 49 (19.53% from 255 or 66.22% from 74); Max value from RGB is 49 - color contains mainly: blue. Hex color #180131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180131 is #E7FECE. Grayscale: #0D0D0D. Windows color (decimal): -15204047 or 3211544. OLE color: 3211544.

HSL color Cylindrical-coordinate representation of color #180131: hue angle of 268.75º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180131 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB24149-
CMYK0.510.9800.81
HSL268.75º96%9.8%-
HSV(B)268.75º97.96%19.22%-
XYZ0.940.442.94-
YUV13.35148.12135.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.43%
GREEN value IS 1 (0.78% from 255) = 1.35%
BLUE value IS 49 (19.53% from 255) = 66.22%
R=32.43%
G=1.35%
B=66.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal241490.510.9800.81268.75969.8
Hex18131336205110d60a
Octal3016163142012141514012
Binary11000111000111001111000100101000110000110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180131; }

 p { color: rgb(24,1,49); }

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

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

 a { background-color: rgb(24,1,49); }

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

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

 span { border-color: rgb(24,1,49); }

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