#120826

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

Shades of Blackcurrant #120826

Tints of Blackcurrant #120826

Color information

#120826 (or 0x120826) is unknown color: approx Blackcurrant. HEX triplet: 12, 08 and 26. RGB value is (18,8,38). Sum of RGB (Red+Green+Blue) = 18+8+38=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 38 (15.23% from 255 or 59.38% from 64); Max value from RGB is 38 - color contains mainly: blue. Hex color #120826 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120826 is #EDF7D9. Grayscale: #0E0E0E. Windows color (decimal): -15595482 or 2492434. OLE color: 2492434.

HSL color Cylindrical-coordinate representation of color #120826: hue angle of 260º 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 #120826 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB18838-
CMYK0.530.7900.85
HSL260º65.22%9.02%-
HSV(B)260º78.95%14.9%-
XYZ0.690.441.88-
YUV14.41141.31130.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.12%
GREEN value IS 8 (3.52% from 255) = 12.5%
BLUE value IS 38 (15.23% from 255) = 59.38%
R=28.12%
G=12.5%
B=59.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal188380.530.7900.8526065.229.02
Hex12826354F055104419
Octal22104665117012540410111
Binary10010100010011011010110011110101010110000010010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120826; }

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

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

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

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

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

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

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

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