#180D23

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

Shades of Blackcurrant #180D23

Tints of Blackcurrant #180D23

Color information

#180D23 (or 0x180D23) is unknown color: approx Blackcurrant. HEX triplet: 18, 0D and 23. RGB value is (24,13,35). Sum of RGB (Red+Green+Blue) = 24+13+35=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 35 (14.06% from 255 or 48.61% from 72); Max value from RGB is 35 - color contains mainly: blue. Hex color #180D23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180D23 is #E7F2DC. Grayscale: #121212. Windows color (decimal): -15200989 or 2297112. OLE color: 2297112.

HSL color Cylindrical-coordinate representation of color #180D23: hue angle of 270º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #180D23 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB241335-
CMYK0.310.6300.86
HSL270º45.83%9.41%-
HSV(B)270º62.86%13.73%-
XYZ0.820.61.66-
YUV18.8137.14131.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.33%
GREEN value IS 13 (5.47% from 255) = 18.06%
BLUE value IS 35 (14.06% from 255) = 48.61%
R=33.33%
G=18.06%
B=48.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2413350.310.6300.8627045.839.41
Hex18D231F3F05610e2e9
Octal301543377701264165611
Binary11000110110001111111111111010101101000011101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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