#180141

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

Shades of Blackcurrant #180141

Tints of Blackcurrant #180141

Color information

#180141 (or 0x180141) is unknown color: approx Blackcurrant. HEX triplet: 18, 01 and 41. RGB value is (24,1,65). Sum of RGB (Red+Green+Blue) = 24+1+65=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 65 (25.78% from 255 or 72.22% from 90); Max value from RGB is 65 - color contains mainly: blue. Hex color #180141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180141 is #E7FEBE. Grayscale: #0E0E0E. Windows color (decimal): -15204031 or 4260120. OLE color: 4260120.

HSL color Cylindrical-coordinate representation of color #180141: hue angle of 261.56º 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 #180141 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB24165-
CMYK0.630.9800.75
HSL261.56º96.97%12.94%-
HSV(B)261.56º98.46%25.49%-
XYZ1.340.65.05-
YUV15.17156.12134.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.67%
GREEN value IS 1 (0.78% from 255) = 1.11%
BLUE value IS 65 (25.78% from 255) = 72.22%
R=26.67%
G=1.11%
B=72.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal241650.630.9800.75261.5696.9712.94
Hex181413F6204B10661d
Octal30110177142011340614115
Binary110001100000111111111000100100101110000011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180141; }

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

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

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

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

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

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

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

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