#120133

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

Shades of Blackcurrant #120133

Tints of Blackcurrant #120133

Color information

#120133 (or 0x120133) is unknown color: approx Blackcurrant. HEX triplet: 12, 01 and 33. RGB value is (18,1,51). Sum of RGB (Red+Green+Blue) = 18+1+51=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 51 (20.31% from 255 or 72.86% from 70); Max value from RGB is 51 - color contains mainly: blue. Hex color #120133 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120133 is #EDFECC. Grayscale: #0B0B0B. Windows color (decimal): -15597261 or 3342610. OLE color: 3342610.

HSL color Cylindrical-coordinate representation of color #120133: hue angle of 260.4º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #120133 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB18151-
CMYK0.650.9800.8
HSL260.4º96.15%10.2%-
HSV(B)260.4º98.04%20%-
XYZ0.860.393.16-
YUV11.78150.13132.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.71%
GREEN value IS 1 (0.78% from 255) = 1.43%
BLUE value IS 51 (20.31% from 255) = 72.86%
R=25.71%
G=1.43%
B=72.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal181510.650.9800.8260.496.1510.2
Hex12133416205010460a
Octal22163101142012040414012
Binary100101110011100000111000100101000010000010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120133; }

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

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

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

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

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

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

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

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