#180D29

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

Shades of Blackcurrant #180D29

Tints of Blackcurrant #180D29

Color information

#180D29 (or 0x180D29) is unknown color: approx Blackcurrant. HEX triplet: 18, 0D and 29. RGB value is (24,13,41). Sum of RGB (Red+Green+Blue) = 24+13+41=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 41 (16.41% from 255 or 52.56% from 78); Max value from RGB is 41 - color contains mainly: blue. Hex color #180D29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180D29 is #E7F2D6. Grayscale: #131313. Windows color (decimal): -15200983 or 2690328. OLE color: 2690328.

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

Color convert

RGB241341-
CMYK0.410.6800.84
HSL263.57º51.85%10.59%-
HSV(B)263.57º68.29%16.08%-
XYZ0.920.642.17-
YUV19.48140.14131.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30.77%
GREEN value IS 13 (5.47% from 255) = 16.67%
BLUE value IS 41 (16.41% from 255) = 52.56%
R=30.77%
G=16.67%
B=52.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2413410.410.6800.84263.5751.8510.59
Hex18D29294405410834b
Octal3015515110401244106413
Binary1100011011010011010011000100010101001000010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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