#180027

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

Shades of Blackcurrant #180027

Tints of Blackcurrant #180027

Color information

#180027 (or 0x180027) is unknown color: approx Blackcurrant. HEX triplet: 18, 00 and 27. RGB value is (24,0,39). Sum of RGB (Red+Green+Blue) = 24+0+39=63 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.10% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 39 (15.62% from 255 or 61.90% from 63); Max value from RGB is 39 - color contains mainly: blue. Hex color #180027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180027 is #E7FFD8. Grayscale: #0B0B0B. Windows color (decimal): -15204313 or 2555928. OLE color: 2555928.

HSL color Cylindrical-coordinate representation of color #180027: hue angle of 276.92º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180027 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB24039-
CMYK0.38100.85
HSL276.92º100%7.65%-
HSV(B)276.92º100%15.29%-
XYZ0.740.341.95-
YUV11.62143.45136.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 38.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 61.90%
R=38.10%
G=0%
B=61.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal240390.38100.85276.921007.65
Hex180272664055115648
Octal3004746144012542514410
Binary11000010011110011011001000101010110001010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180027; }

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

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

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

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

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

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

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

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