#180142

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

Shades of Blackcurrant #180142

Tints of Blackcurrant #180142

Color information

#180142 (or 0x180142) is unknown color: approx Blackcurrant. HEX triplet: 18, 01 and 42. RGB value is (24,1,66). Sum of RGB (Red+Green+Blue) = 24+1+66=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 66 (26.17% from 255 or 72.53% from 91); Max value from RGB is 66 - color contains mainly: blue. Hex color #180142 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180142 is #E7FEBD. Grayscale: #0F0F0F. Windows color (decimal): -15204030 or 4325656. OLE color: 4325656.

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

Color convert

RGB24166-
CMYK0.640.9800.74
HSL261.23º97.01%13.14%-
HSV(B)261.23º98.48%25.88%-
XYZ1.370.615.2-
YUV15.29156.62134.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.37%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 66 (26.17% from 255) = 72.53%
R=26.37%
G=1.10%
B=72.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal241660.640.9800.74261.2397.0113.14
Hex18142406204A10561d
Octal301102100142011240514115
Binary1100011000010100000011000100100101010000010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180142; }

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

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

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

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

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

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

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

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