#180826

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

Shades of Blackcurrant #180826

Tints of Blackcurrant #180826

Color information

#180826 (or 0x180826) is unknown color: approx Blackcurrant. HEX triplet: 18, 08 and 26. RGB value is (24,8,38). Sum of RGB (Red+Green+Blue) = 24+8+38=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 38 (15.23% from 255 or 54.29% from 70); Max value from RGB is 38 - color contains mainly: blue. Hex color #180826 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180826 is #E7F7D9. Grayscale: #101010. Windows color (decimal): -15202266 or 2492440. OLE color: 2492440.

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

Color convert

RGB24838-
CMYK0.370.7900.85
HSL272º65.22%9.02%-
HSV(B)272º78.95%14.9%-
XYZ0.810.511.89-
YUV16.2140.3133.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 34.29%
GREEN value IS 8 (3.52% from 255) = 11.43%
BLUE value IS 38 (15.23% from 255) = 54.29%
R=34.29%
G=11.43%
B=54.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal248380.370.7900.8527265.229.02
Hex18826254F055110419
Octal30104645117012542010111
Binary11000100010011010010110011110101010110001000010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180826; }

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

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

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

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

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

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

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

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