#180B29

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

Shades of Blackcurrant #180B29

Tints of Blackcurrant #180B29

Color information

#180B29 (or 0x180B29) is unknown color: approx Blackcurrant. HEX triplet: 18, 0B and 29. RGB value is (24,11,41). Sum of RGB (Red+Green+Blue) = 24+11+41=76 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.58% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 41 (16.41% from 255 or 53.95% from 76); Max value from RGB is 41 - color contains mainly: blue. Hex color #180B29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180B29 is #E7F4D6. Grayscale: #121212. Windows color (decimal): -15201495 or 2689816. OLE color: 2689816.

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

Color convert

RGB241141-
CMYK0.410.7300.84
HSL266º57.69%10.2%-
HSV(B)266º73.17%16.08%-
XYZ0.90.592.17-
YUV18.31140.81132.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.58%
GREEN value IS 11 (4.69% from 255) = 14.47%
BLUE value IS 41 (16.41% from 255) = 53.95%
R=31.58%
G=14.47%
B=53.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2411410.410.7300.8426657.6910.2
Hex18B29294905410a3aa
Octal3013515111101244127212
Binary1100010111010011010011001001010101001000010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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