#181026

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

Shades of Blackcurrant #181026

Tints of Blackcurrant #181026

Color information

#181026 (or 0x181026) is unknown color: approx Blackcurrant. HEX triplet: 18, 10 and 26. RGB value is (24,16,38). Sum of RGB (Red+Green+Blue) = 24+16+38=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 38 (15.23% from 255 or 48.72% from 78); Max value from RGB is 38 - color contains mainly: blue. Hex color #181026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181026 is #E7EFD9. Grayscale: #141414. Windows color (decimal): -15200218 or 2494488. OLE color: 2494488.

HSL color Cylindrical-coordinate representation of color #181026: hue angle of 261.82º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #181026 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB241638-
CMYK0.370.5800.85
HSL261.82º40.74%10.59%-
HSV(B)261.82º57.89%14.9%-
XYZ0.910.71.92-
YUV20.9137.65130.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30.77%
GREEN value IS 16 (6.64% from 255) = 20.51%
BLUE value IS 38 (15.23% from 255) = 48.72%
R=30.77%
G=20.51%
B=48.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2416380.370.5800.85261.8240.7410.59
Hex181026253A05510629b
Octal302046457201254065113
Binary1100010000100110100101111010010101011000001101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181026; }

 p { color: rgb(24,16,38); }

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

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

 a { background-color: rgb(24,16,38); }

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

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

 span { border-color: rgb(24,16,38); }

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