#180A29

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

Shades of Blackcurrant #180A29

Tints of Blackcurrant #180A29

Color information

#180A29 (or 0x180A29) is unknown color: approx Blackcurrant. HEX triplet: 18, 0A and 29. RGB value is (24,10,41). Sum of RGB (Red+Green+Blue) = 24+10+41=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 10 (4.30% from 255 or 13.33% from 75); Blue value is 41 (16.41% from 255 or 54.67% from 75); Max value from RGB is 41 - color contains mainly: blue. Hex color #180A29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180A29 is #E7F5D6. Grayscale: #111111. Windows color (decimal): -15201751 or 2689560. OLE color: 2689560.

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

Color convert

RGB241041-
CMYK0.410.7600.84
HSL267.1º60.78%10%-
HSV(B)267.1º75.61%16.08%-
XYZ0.890.572.16-
YUV17.72141.14132.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32%
GREEN value IS 10 (4.30% from 255) = 13.33%
BLUE value IS 41 (16.41% from 255) = 54.67%
R=32%
G=13.33%
B=54.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2410410.410.7600.84267.160.7810
Hex18A29294C05410b3da
Octal3012515111401244137512
Binary1100010101010011010011001100010101001000010111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180A29; }

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

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

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

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

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

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

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

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