#120021

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

Shades of Blackcurrant #120021

Tints of Blackcurrant #120021

Color information

#120021 (or 0x120021) is unknown color: approx Blackcurrant. HEX triplet: 12, 00 and 21. RGB value is (18,0,33). Sum of RGB (Red+Green+Blue) = 18+0+33=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 33 (13.28% from 255 or 64.71% from 51); Max value from RGB is 33 - color contains mainly: blue. Hex color #120021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120021 is #EDFFDE. Grayscale: #090909. Windows color (decimal): -15597535 or 2162706. OLE color: 2162706.

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

Color convert

RGB18033-
CMYK0.45100.87
HSL272.73º100%6.47%-
HSV(B)272.73º100%12.94%-
XYZ0.520.241.46-
YUV9.14141.46134.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 35.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 33 (13.28% from 255) = 64.71%
R=35.29%
G=0%
B=64.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal180330.45100.87272.731006.47
Hex120212D64057111646
Octal220415514401274211446
Binary1001001000011011011100100010101111000100011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120021; }

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

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

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

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

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

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

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

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