#180139

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

Shades of Blackcurrant #180139

Tints of Blackcurrant #180139

Color information

#180139 (or 0x180139) is unknown color: approx Blackcurrant. HEX triplet: 18, 01 and 39. RGB value is (24,1,57). Sum of RGB (Red+Green+Blue) = 24+1+57=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 57 (22.66% from 255 or 69.51% from 82); Max value from RGB is 57 - color contains mainly: blue. Hex color #180139 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180139 is #E7FEC6. Grayscale: #0E0E0E. Windows color (decimal): -15204039 or 3735832. OLE color: 3735832.

HSL color Cylindrical-coordinate representation of color #180139: hue angle of 264.64º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180139 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB24157-
CMYK0.580.9800.78
HSL264.64º96.55%11.37%-
HSV(B)264.64º98.25%22.35%-
XYZ1.130.513.91-
YUV14.26152.12134.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 29.27%
GREEN value IS 1 (0.78% from 255) = 1.22%
BLUE value IS 57 (22.66% from 255) = 69.51%
R=29.27%
G=1.22%
B=69.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal241570.580.9800.78264.6496.5511.37
Hex181393A6204E10961b
Octal3017172142011641114113
Binary11000111100111101011000100100111010000100111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180139; }

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

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

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

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

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

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

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

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