Html Css Color HEX #120021 Blackcurrant

📋 copy color: '#120021'

red 18 ◦ green 0 ◦ blue 33

#120021
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #120021

Tints of Blackcurrant #120021

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 value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#120021 (or 0x120021) is known color: 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

RGB 18 0 33 -
CMYK 0.45 1 0 0.87
HSL 272.73º 1% 0.06% -
HSV(B) 272.73º 1% 0.13% -
XYZ 0.52 0.24 1.46 -
YUV 9.14 141.46 134.32 -
System Red Green Blue C M Y K H S L
Decimal 18 0 33 0.45 1 0 0.87 272.73 1 0.06
Hex 12 0 21 2D 64 0 57 111 64 6
Octal 22 0 41 55 144 0 127 421 144 6
Binary 10010 0 100001 101101 1100100 0 1010111 100010001 1100100 110

Color Harmonies of #120021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120021

Black with #120021

Text Example


Text Example

White with #120021

Text Example


Text Example

HTML Codes & Css Web 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>