#120922

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

Shades of Blackcurrant #120922

Tints of Blackcurrant #120922

Color information

#120922 (or 0x120922) is unknown color: approx Blackcurrant. HEX triplet: 12, 09 and 22. RGB value is (18,9,34). Sum of RGB (Red+Green+Blue) = 18+9+34=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 34 (13.67% from 255 or 55.74% from 61); Max value from RGB is 34 - color contains mainly: blue. Hex color #120922 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120922 is #EDF6DD. Grayscale: #0E0E0E. Windows color (decimal): -15595230 or 2230546. OLE color: 2230546.

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

Color convert

RGB18934-
CMYK0.470.7400.87
HSL261.6º58.14%8.43%-
HSV(B)261.6º73.53%13.33%-
XYZ0.640.441.56-
YUV14.54138.98130.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 9 (3.91% from 255) = 14.75%
BLUE value IS 34 (13.67% from 255) = 55.74%
R=29.51%
G=14.75%
B=55.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal189340.470.7400.87261.658.148.43
Hex129222F4A0571063a8
Octal2211425711201274067210
Binary1001010011000101011111001010010101111000001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120922; }

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

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

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

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

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

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

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

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