#180029

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

Shades of Blackcurrant #180029

Tints of Blackcurrant #180029

Color information

#180029 (or 0x180029) is unknown color: approx Blackcurrant. HEX triplet: 18, 00 and 29. RGB value is (24,0,41). Sum of RGB (Red+Green+Blue) = 24+0+41=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 41 (16.41% from 255 or 63.08% from 65); Max value from RGB is 41 - color contains mainly: blue. Hex color #180029 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180029 is #E7FFD6. Grayscale: #0B0B0B. Windows color (decimal): -15204311 or 2687000. OLE color: 2687000.

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

Color convert

RGB24041-
CMYK0.41100.84
HSL275.12º100%8.04%-
HSV(B)275.12º100%16.08%-
XYZ0.780.352.13-
YUV11.85144.45136.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 36.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 63.08%
R=36.92%
G=0%
B=63.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal240410.41100.84275.121008.04
Hex180292964054113648
Octal3005151144012442314410
Binary11000010100110100111001000101010010001001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180029; }

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

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

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

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

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

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

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

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