#120022

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

Shades of Blackcurrant #120022

Tints of Blackcurrant #120022

Color information

#120022 (or 0x120022) is unknown color: approx Blackcurrant. HEX triplet: 12, 00 and 22. RGB value is (18,0,34). Sum of RGB (Red+Green+Blue) = 18+0+34=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 34 (13.67% from 255 or 65.38% from 52); Max value from RGB is 34 - color contains mainly: blue. Hex color #120022 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120022 is #EDFFDD. Grayscale: #090909. Windows color (decimal): -15597534 or 2228242. OLE color: 2228242.

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

Color convert

RGB18034-
CMYK0.47100.87
HSL271.76º100%6.67%-
HSV(B)271.76º100%13.33%-
XYZ0.540.241.53-
YUV9.26141.96134.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 34.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 65.38%
R=34.62%
G=0%
B=65.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal180340.47100.87271.761006.67
Hex120222F64057110647
Octal220425714401274201447
Binary1001001000101011111100100010101111000100001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120022; }

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

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

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

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

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

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

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

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