#180039

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

Shades of Blackcurrant #180039

Tints of Blackcurrant #180039

Color information

#180039 (or 0x180039) is unknown color: approx Blackcurrant. HEX triplet: 18, 00 and 39. RGB value is (24,0,57). Sum of RGB (Red+Green+Blue) = 24+0+57=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 57 (22.66% from 255 or 70.37% from 81); Max value from RGB is 57 - color contains mainly: blue. Hex color #180039 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180039 is #E7FFC6. Grayscale: #0D0D0D. Windows color (decimal): -15204295 or 3735576. OLE color: 3735576.

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

Color convert

RGB24057-
CMYK0.58100.78
HSL265.26º100%11.18%-
HSV(B)265.26º100%22.35%-
XYZ1.120.493.91-
YUV13.67152.45135.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 29.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 57 (22.66% from 255) = 70.37%
R=29.63%
G=0%
B=70.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal240570.58100.78265.2610011.18
Hex180393A6404E10964b
Octal3007172144011641114413
Binary11000011100111101011001000100111010000100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180039; }

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

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

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

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

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

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

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

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