#120422

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

Shades of Blackcurrant #120422

Tints of Blackcurrant #120422

Color information

#120422 (or 0x120422) is unknown color: approx Blackcurrant. HEX triplet: 12, 04 and 22. RGB value is (18,4,34). Sum of RGB (Red+Green+Blue) = 18+4+34=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 34 (13.67% from 255 or 60.71% from 56); Max value from RGB is 34 - color contains mainly: blue. Hex color #120422 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120422 is #EDFBDD. Grayscale: #0B0B0B. Windows color (decimal): -15596510 or 2229266. OLE color: 2229266.

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

Color convert

RGB18434-
CMYK0.470.8800.87
HSL268º78.95%7.45%-
HSV(B)268º88.24%13.33%-
XYZ0.580.331.55-
YUV11.61140.64132.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.14%
GREEN value IS 4 (1.95% from 255) = 7.14%
BLUE value IS 34 (13.67% from 255) = 60.71%
R=32.14%
G=7.14%
B=60.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal184340.470.8800.8726878.957.45
Hex124222F5805710c4f7
Octal224425713001274141177
Binary100101001000101011111011000010101111000011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120422; }

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

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

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

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

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

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

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

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