#120724

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

Shades of Blackcurrant #120724

Tints of Blackcurrant #120724

Color information

#120724 (or 0x120724) is unknown color: approx Blackcurrant. HEX triplet: 12, 07 and 24. RGB value is (18,7,36). Sum of RGB (Red+Green+Blue) = 18+7+36=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 36 (14.45% from 255 or 59.02% from 61); Max value from RGB is 36 - color contains mainly: blue. Hex color #120724 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120724 is #EDF8DB. Grayscale: #0D0D0D. Windows color (decimal): -15595740 or 2361106. OLE color: 2361106.

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

Color convert

RGB18736-
CMYK0.50.8100.86
HSL262.76º67.44%8.43%-
HSV(B)262.76º80.56%14.12%-
XYZ0.640.411.71-
YUV13.6140.64131.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 7 (3.12% from 255) = 11.48%
BLUE value IS 36 (14.45% from 255) = 59.02%
R=29.51%
G=11.48%
B=59.02%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal187360.50.8100.86262.7667.448.43
Hex127243251056107438
Octal2274462121012640710310
Binary1001011110010011001010100010101011010000011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120724; }

 p { color: rgb(18,7,36); }

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

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

 a { background-color: rgb(18,7,36); }

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

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

 span { border-color: rgb(18,7,36); }

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