#120823

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

Shades of Blackcurrant #120823

Tints of Blackcurrant #120823

Color information

#120823 (or 0x120823) is unknown color: approx Blackcurrant. HEX triplet: 12, 08 and 23. RGB value is (18,8,35). Sum of RGB (Red+Green+Blue) = 18+8+35=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 35 (14.06% from 255 or 57.38% from 61); Max value from RGB is 35 - color contains mainly: blue. Hex color #120823 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120823 is #EDF7DC. Grayscale: #0D0D0D. Windows color (decimal): -15595485 or 2295826. OLE color: 2295826.

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

Color convert

RGB18835-
CMYK0.490.7700.86
HSL262.22º62.79%8.43%-
HSV(B)262.22º77.14%13.73%-
XYZ0.640.421.64-
YUV14.07139.81130.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 8 (3.52% from 255) = 13.11%
BLUE value IS 35 (14.06% from 255) = 57.38%
R=29.51%
G=13.11%
B=57.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal188350.490.7700.86262.2262.798.43
Hex12823314D0561063f8
Octal2210436111501264067710
Binary1001010001000111100011001101010101101000001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120823; }

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

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

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

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

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

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

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

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