#180023

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

Shades of Blackcurrant #180023

Tints of Blackcurrant #180023

Color information

#180023 (or 0x180023) is unknown color: approx Blackcurrant. HEX triplet: 18, 00 and 23. RGB value is (24,0,35). Sum of RGB (Red+Green+Blue) = 24+0+35=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 35 (14.06% from 255 or 59.32% from 59); Max value from RGB is 35 - color contains mainly: blue. Hex color #180023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180023 is #E7FFDC. Grayscale: #0B0B0B. Windows color (decimal): -15204317 or 2293784. OLE color: 2293784.

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

Color convert

RGB24035-
CMYK0.31100.86
HSL281.14º100%6.86%-
HSV(B)281.14º100%13.73%-
XYZ0.680.321.62-
YUV11.17141.45137.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 35 (14.06% from 255) = 59.32%
R=40.68%
G=0%
B=59.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal240350.31100.86281.141006.86
Hex180231F64056119647
Octal300433714401264311447
Binary110000100011111111100100010101101000110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180023; }

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

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

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

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

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

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

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

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