#181122

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

Shades of Blackcurrant #181122

Tints of Blackcurrant #181122

Color information

#181122 (or 0x181122) is unknown color: approx Blackcurrant. HEX triplet: 18, 11 and 22. RGB value is (24,17,34). Sum of RGB (Red+Green+Blue) = 24+17+34=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 34 (13.67% from 255 or 45.33% from 75); Max value from RGB is 34 - color contains mainly: blue. Hex color #181122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181122 is #E7EEDD. Grayscale: #141414. Windows color (decimal): -15199966 or 2232600. OLE color: 2232600.

HSL color Cylindrical-coordinate representation of color #181122: hue angle of 264.71º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #181122 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB241734-
CMYK0.290.5000.87
HSL264.71º33.33%10%-
HSV(B)264.71º50%13.33%-
XYZ0.870.711.6-
YUV21.03135.32130.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32%
GREEN value IS 17 (7.03% from 255) = 22.67%
BLUE value IS 34 (13.67% from 255) = 45.33%
R=32%
G=22.67%
B=45.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2417340.290.5000.87264.7133.3310
Hex1811221D3205710921a
Octal302142356201274114112
Binary110001000110001011101110010010101111000010011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181122; }

 p { color: rgb(24,17,34); }

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

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

 a { background-color: rgb(24,17,34); }

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

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

 span { border-color: rgb(24,17,34); }

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