#18091A

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

Shades of Blackcurrant #18091A

Tints of Blackcurrant #18091A

Color information

#18091A (or 0x18091A) is unknown color: approx Blackcurrant. HEX triplet: 18, 09 and 1A. RGB value is (24,9,26). Sum of RGB (Red+Green+Blue) = 24+9+26=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 26 (10.55% from 255 or 44.07% from 59); Max value from RGB is 26 - color contains mainly: blue. Hex color #18091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18091A is #E7F6E5. Grayscale: #0F0F0F. Windows color (decimal): -15202022 or 1706264. OLE color: 1706264.

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

Color convert

RGB24926-
CMYK0.080.6500.90
HSL292.94º48.57%6.86%-
HSV(B)292.94º65.38%10.2%-
XYZ0.660.461.03-
YUV15.42133.97134.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40.68%
GREEN value IS 9 (3.91% from 255) = 15.25%
BLUE value IS 26 (10.55% from 255) = 44.07%
R=40.68%
G=15.25%
B=44.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal249260.080.6500.90292.9448.576.86
Hex1891A84105A125317
Octal301132101010132445617
Binary110001001110101000100000101011010100100101110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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