#18081A

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

Shades of Blackcurrant #18081A

Tints of Blackcurrant #18081A

Color information

#18081A (or 0x18081A) is unknown color: approx Blackcurrant. HEX triplet: 18, 08 and 1A. RGB value is (24,8,26). Sum of RGB (Red+Green+Blue) = 24+8+26=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 8 (3.52% from 255 or 13.79% from 58); Blue value is 26 (10.55% from 255 or 44.83% from 58); Max value from RGB is 26 - color contains mainly: blue. Hex color #18081A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18081A is #E7F7E5. Grayscale: #0E0E0E. Windows color (decimal): -15202278 or 1706008. OLE color: 1706008.

HSL color Cylindrical-coordinate representation of color #18081A: hue angle of 293.33º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18081A is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB24826-
CMYK0.080.6900.90
HSL293.33º52.94%6.67%-
HSV(B)293.33º69.23%10.2%-
XYZ0.650.441.03-
YUV14.84134.3134.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 41.38%
GREEN value IS 8 (3.52% from 255) = 13.79%
BLUE value IS 26 (10.55% from 255) = 44.83%
R=41.38%
G=13.79%
B=44.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal248260.080.6900.90293.3352.946.67
Hex1881A84505A125357
Octal301032101050132445657
Binary110001000110101000100010101011010100100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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