#120136

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

Shades of Blackcurrant #120136

Tints of Blackcurrant #120136

Color information

#120136 (or 0x120136) is unknown color: approx Blackcurrant. HEX triplet: 12, 01 and 36. RGB value is (18,1,54). Sum of RGB (Red+Green+Blue) = 18+1+54=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 54 (21.48% from 255 or 73.97% from 73); Max value from RGB is 54 - color contains mainly: blue. Hex color #120136 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120136 is #EDFEC9. Grayscale: #0B0B0B. Windows color (decimal): -15597258 or 3539218. OLE color: 3539218.

HSL color Cylindrical-coordinate representation of color #120136: hue angle of 259.25º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #120136 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB18154-
CMYK0.670.9800.79
HSL259.25º96.36%10.78%-
HSV(B)259.25º98.15%21.18%-
XYZ0.930.423.52-
YUV12.12151.63132.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.66%
GREEN value IS 1 (0.78% from 255) = 1.37%
BLUE value IS 54 (21.48% from 255) = 73.97%
R=24.66%
G=1.37%
B=73.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal181540.670.9800.79259.2596.3610.78
Hex12136436204F10360b
Octal22166103142011740314013
Binary100101110110100001111000100100111110000001111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120136; }

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

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

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

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

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

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

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

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