#120135

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

Shades of Blackcurrant #120135

Tints of Blackcurrant #120135

Color information

#120135 (or 0x120135) is unknown color: approx Blackcurrant. HEX triplet: 12, 01 and 35. RGB value is (18,1,53). Sum of RGB (Red+Green+Blue) = 18+1+53=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 53 (21.09% from 255 or 73.61% from 72); Max value from RGB is 53 - color contains mainly: blue. Hex color #120135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120135 is #EDFECA. Grayscale: #0B0B0B. Windows color (decimal): -15597259 or 3473682. OLE color: 3473682.

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

Color convert

RGB18153-
CMYK0.660.9800.79
HSL259.62º96.3%10.59%-
HSV(B)259.62º98.11%20.78%-
XYZ0.90.413.4-
YUV12.01151.13132.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25%
GREEN value IS 1 (0.78% from 255) = 1.39%
BLUE value IS 53 (21.09% from 255) = 73.61%
R=25%
G=1.39%
B=73.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal181530.660.9800.79259.6296.310.59
Hex12135426204F10460b
Octal22165102142011740414013
Binary100101110101100001011000100100111110000010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120135; }

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

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

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

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

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

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

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

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