Html Css Color HEX #120421 Blackcurrant

📋 copy color: '#120421'

red 18 ◦ green 4 ◦ blue 33

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

Shades of Blackcurrant #120421

Tints of Blackcurrant #120421

RGB

 RED value IS 18 (7.42% from 255) = 32.73%

 GREEN value IS 4 (1.95% from 255) = 7.27%

 BLUE value IS 33 (13.28% from 255) = 60%

R = 32.73%
G = 7.27%
B = 60%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#120421 (or 0x120421) is known color: Blackcurrant. HEX triplet: 12, 04 and 21. RGB value is (18,4,33). Sum of RGB (Red+Green+Blue) = 18+4+33=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 33 (13.28% from 255 or 60% from 55); Max value from RGB is 33 - color contains mainly: blue. Hex color #120421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120421 is #EDFBDE. Grayscale: #0B0B0B. Windows color (decimal): -15596511 or 2163730. OLE color: 2163730.

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

Color convert

RGB 18 4 33 -
CMYK 0.45 0.88 0 0.87
HSL 268.97º 0.78% 0.07% -
HSV(B) 268.97º 0.88% 0.13% -
XYZ 0.57 0.33 1.47 -
YUV 11.49 140.14 132.64 -
System Red Green Blue C M Y K H S L
Decimal 18 4 33 0.45 0.88 0 0.87 268.97 0.78 0.07
Hex 12 4 21 2D 58 0 57 10D 4E 7
Octal 22 4 41 55 130 0 127 415 116 7
Binary 10010 100 100001 101101 1011000 0 1010111 100001101 1001110 111

Color Harmonies of #120421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120421

Black with #120421

Text Example


Text Example

White with #120421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120421; }

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

 H1.HeaderClassName
 {
   color: #120421;
 }
 .AnyTagClassName
 {
   color: #120421;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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