#120126

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

Shades of Blackcurrant #120126

Tints of Blackcurrant #120126

Color information

#120126 (or 0x120126) is unknown color: approx Blackcurrant. HEX triplet: 12, 01 and 26. RGB value is (18,1,38). Sum of RGB (Red+Green+Blue) = 18+1+38=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 38 (15.23% from 255 or 66.67% from 57); Max value from RGB is 38 - color contains mainly: blue. Hex color #120126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120126 is #EDFED9. Grayscale: #0A0A0A. Windows color (decimal): -15597274 or 2490642. OLE color: 2490642.

HSL color Cylindrical-coordinate representation of color #120126: hue angle of 267.57º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #120126 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB18138-
CMYK0.530.9700.85
HSL267.57º94.87%7.65%-
HSV(B)267.57º97.37%14.9%-
XYZ0.610.291.86-
YUV10.3143.63133.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.58%
GREEN value IS 1 (0.78% from 255) = 1.75%
BLUE value IS 38 (15.23% from 255) = 66.67%
R=31.58%
G=1.75%
B=66.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal181380.530.9700.85267.5794.877.65
Hex12126356105510c5f8
Octal2214665141012541413710
Binary10010110011011010111000010101010110000110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120126; }

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

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

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

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

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

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

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

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