#120621

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

Shades of Blackcurrant #120621

Tints of Blackcurrant #120621

Color information

#120621 (or 0x120621) is unknown color: approx Blackcurrant. HEX triplet: 12, 06 and 21. RGB value is (18,6,33). Sum of RGB (Red+Green+Blue) = 18+6+33=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 33 (13.28% from 255 or 57.89% from 57); Max value from RGB is 33 - color contains mainly: blue. Hex color #120621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120621 is #EDF9DE. Grayscale: #0C0C0C. Windows color (decimal): -15595999 or 2164242. OLE color: 2164242.

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

Color convert

RGB18633-
CMYK0.450.8200.87
HSL266.67º69.23%7.65%-
HSV(B)266.67º81.82%12.94%-
XYZ0.590.371.48-
YUV12.67139.48131.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.58%
GREEN value IS 6 (2.73% from 255) = 10.53%
BLUE value IS 33 (13.28% from 255) = 57.89%
R=31.58%
G=10.53%
B=57.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal186330.450.8200.87266.6769.237.65
Hex126212D5205710b458
Octal2264155122012741310510
Binary1001011010000110110110100100101011110000101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120621; }

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

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

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

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

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

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

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

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