#120923

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

Shades of Blackcurrant #120923

Tints of Blackcurrant #120923

Color information

#120923 (or 0x120923) is unknown color: approx Blackcurrant. HEX triplet: 12, 09 and 23. RGB value is (18,9,35). Sum of RGB (Red+Green+Blue) = 18+9+35=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 35 (14.06% from 255 or 56.45% from 62); Max value from RGB is 35 - color contains mainly: blue. Hex color #120923 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120923 is #EDF6DC. Grayscale: #0E0E0E. Windows color (decimal): -15595229 or 2296082. OLE color: 2296082.

HSL color Cylindrical-coordinate representation of color #120923: hue angle of 260.77º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #120923 is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB18935-
CMYK0.490.7400.86
HSL260.77º59.09%8.63%-
HSV(B)260.77º74.29%13.73%-
XYZ0.650.451.64-
YUV14.66139.48130.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.03%
GREEN value IS 9 (3.91% from 255) = 14.52%
BLUE value IS 35 (14.06% from 255) = 56.45%
R=29.03%
G=14.52%
B=56.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal189350.490.7400.86260.7759.098.63
Hex12923314A0561053b9
Octal2211436111201264057311
Binary1001010011000111100011001010010101101000001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120923; }

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

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

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

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

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

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

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

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