#180432

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

Shades of Blackcurrant #180432

Tints of Blackcurrant #180432

Color information

#180432 (or 0x180432) is unknown color: approx Blackcurrant. HEX triplet: 18, 04 and 32. RGB value is (24,4,50). Sum of RGB (Red+Green+Blue) = 24+4+50=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 50 (19.92% from 255 or 64.10% from 78); Max value from RGB is 50 - color contains mainly: blue. Hex color #180432 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180432 is #E7FBCD. Grayscale: #0F0F0F. Windows color (decimal): -15203278 or 3277848. OLE color: 3277848.

HSL color Cylindrical-coordinate representation of color #180432: hue angle of 266.09º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #180432 is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB24450-
CMYK0.520.9200.80
HSL266.09º85.19%10.59%-
HSV(B)266.09º92%19.61%-
XYZ10.513.06-
YUV15.22147.63134.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30.77%
GREEN value IS 4 (1.95% from 255) = 5.13%
BLUE value IS 50 (19.92% from 255) = 64.10%
R=30.77%
G=5.13%
B=64.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal244500.520.9200.80266.0985.1910.59
Hex18432345C05010a55b
Octal3046264134012041212513
Binary1100010011001011010010111000101000010000101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180432; }

 p { color: rgb(24,4,50); }

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

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

 a { background-color: rgb(24,4,50); }

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

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

 span { border-color: rgb(24,4,50); }

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