#180140

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

Shades of Blackcurrant #180140

Tints of Blackcurrant #180140

Color information

#180140 (or 0x180140) is unknown color: approx Blackcurrant. HEX triplet: 18, 01 and 40. RGB value is (24,1,64). Sum of RGB (Red+Green+Blue) = 24+1+64=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 64 (25.39% from 255 or 71.91% from 89); Max value from RGB is 64 - color contains mainly: blue. Hex color #180140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180140 is #E7FEBF. Grayscale: #0E0E0E. Windows color (decimal): -15204032 or 4194584. OLE color: 4194584.

HSL color Cylindrical-coordinate representation of color #180140: hue angle of 261.9º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180140 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB24164-
CMYK0.620.9800.75
HSL261.9º96.92%12.75%-
HSV(B)261.9º98.44%25.1%-
XYZ1.310.594.89-
YUV15.06155.62134.38-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.97%
GREEN value IS 1 (0.78% from 255) = 1.12%
BLUE value IS 64 (25.39% from 255) = 71.91%
R=26.97%
G=1.12%
B=71.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal241640.620.9800.75261.996.9212.75
Hex181403E6204B10661d
Octal30110076142011340614115
Binary110001100000011111011000100100101110000011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180140; }

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

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

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

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

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

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

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

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