#18081C

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

Shades of Blackcurrant #18081C

Tints of Blackcurrant #18081C

Color information

#18081C (or 0x18081C) is unknown color: approx Blackcurrant. HEX triplet: 18, 08 and 1C. RGB value is (24,8,28). Sum of RGB (Red+Green+Blue) = 24+8+28=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 28 - color contains mainly: blue. Hex color #18081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18081C is #E7F7E3. Grayscale: #0E0E0E. Windows color (decimal): -15202276 or 1837080. OLE color: 1837080.

HSL color Cylindrical-coordinate representation of color #18081C: hue angle of 288º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18081C is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB24828-
CMYK0.140.7100.89
HSL288º55.56%7.06%-
HSV(B)288º71.43%10.98%-
XYZ0.670.451.15-
YUV15.06135.3134.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40%
GREEN value IS 8 (3.52% from 255) = 13.33%
BLUE value IS 28 (11.33% from 255) = 46.67%
R=40%
G=13.33%
B=46.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal248280.140.7100.8928855.567.06
Hex1881CE47059120387
Octal301034161070131440707
Binary110001000111001110100011101011001100100000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18081C; }

 p { color: rgb(24,8,28); }

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

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

 a { background-color: rgb(24,8,28); }

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

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

 span { border-color: rgb(24,8,28); }

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