#180B2D

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

Shades of Blackcurrant #180B2D

Tints of Blackcurrant #180B2D

Color information

#180B2D (or 0x180B2D) is unknown color: approx Blackcurrant. HEX triplet: 18, 0B and 2D. RGB value is (24,11,45). Sum of RGB (Red+Green+Blue) = 24+11+45=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #180B2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180B2D is #E7F4D2. Grayscale: #121212. Windows color (decimal): -15201491 or 2951960. OLE color: 2951960.

HSL color Cylindrical-coordinate representation of color #180B2D: hue angle of 262.94º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #180B2D is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB241145-
CMYK0.470.7600.82
HSL262.94º60.71%10.98%-
HSV(B)262.94º75.56%17.65%-
XYZ0.970.622.55-
YUV18.76142.81131.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30%
GREEN value IS 11 (4.69% from 255) = 13.75%
BLUE value IS 45 (17.97% from 255) = 56.25%
R=30%
G=13.75%
B=56.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2411450.470.7600.82262.9460.7110.98
Hex18B2D2F4C0521073db
Octal3013555711401224077513
Binary1100010111011011011111001100010100101000001111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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