#180223

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

Shades of Blackcurrant #180223

Tints of Blackcurrant #180223

Color information

#180223 (or 0x180223) is unknown color: approx Blackcurrant. HEX triplet: 18, 02 and 23. RGB value is (24,2,35). Sum of RGB (Red+Green+Blue) = 24+2+35=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 35 (14.06% from 255 or 57.38% from 61); Max value from RGB is 35 - color contains mainly: blue. Hex color #180223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180223 is #E7FDDC. Grayscale: #0C0C0C. Windows color (decimal): -15203805 or 2294296. OLE color: 2294296.

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

Color convert

RGB24235-
CMYK0.310.9400.86
HSL280º89.19%7.25%-
HSV(B)280º94.29%13.73%-
XYZ0.70.361.62-
YUV12.34140.79136.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 39.34%
GREEN value IS 2 (1.17% from 255) = 3.28%
BLUE value IS 35 (14.06% from 255) = 57.38%
R=39.34%
G=3.28%
B=57.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal242350.310.9400.8628089.197.25
Hex182231F5E056118597
Octal302433713601264301317
Binary1100010100011111111011110010101101000110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180223; }

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

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

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

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

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

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

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

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