#120623

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

Shades of Blackcurrant #120623

Tints of Blackcurrant #120623

Color information

#120623 (or 0x120623) is unknown color: approx Blackcurrant. HEX triplet: 12, 06 and 23. RGB value is (18,6,35). Sum of RGB (Red+Green+Blue) = 18+6+35=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 35 (14.06% from 255 or 59.32% from 59); Max value from RGB is 35 - color contains mainly: blue. Hex color #120623 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120623 is #EDF9DC. Grayscale: #0C0C0C. Windows color (decimal): -15595997 or 2295314. OLE color: 2295314.

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

Color convert

RGB18635-
CMYK0.490.8300.86
HSL264.83º70.73%8.04%-
HSV(B)264.83º82.86%13.73%-
XYZ0.620.381.63-
YUV12.89140.48131.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30.51%
GREEN value IS 6 (2.73% from 255) = 10.17%
BLUE value IS 35 (14.06% from 255) = 59.32%
R=30.51%
G=10.17%
B=59.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal186350.490.8300.86264.8370.738.04
Hex126233153056109478
Octal2264361123012641110710
Binary1001011010001111000110100110101011010000100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120623; }

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

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

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

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

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

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

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

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