#120322

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

Shades of Blackcurrant #120322

Tints of Blackcurrant #120322

Color information

#120322 (or 0x120322) is unknown color: approx Blackcurrant. HEX triplet: 12, 03 and 22. RGB value is (18,3,34). Sum of RGB (Red+Green+Blue) = 18+3+34=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 34 (13.67% from 255 or 61.82% from 55); Max value from RGB is 34 - color contains mainly: blue. Hex color #120322 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120322 is #EDFCDD. Grayscale: #0A0A0A. Windows color (decimal): -15596766 or 2229010. OLE color: 2229010.

HSL color Cylindrical-coordinate representation of color #120322: hue angle of 269.03º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #120322 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB18334-
CMYK0.470.9100.87
HSL269.03º83.78%7.25%-
HSV(B)269.03º91.18%13.33%-
XYZ0.570.311.54-
YUV11.02140.97132.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.73%
GREEN value IS 3 (1.56% from 255) = 5.45%
BLUE value IS 34 (13.67% from 255) = 61.82%
R=32.73%
G=5.45%
B=61.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal183340.470.9100.87269.0383.787.25
Hex123222F5B05710d547
Octal223425713301274151247
Binary10010111000101011111011011010101111000011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120322; }

 p { color: rgb(18,3,34); }

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

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

 a { background-color: rgb(18,3,34); }

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

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

 span { border-color: rgb(18,3,34); }

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