Html Css Color HEX #120329 Blackcurrant

📋 copy color: '#120329'

red 18 ◦ green 3 ◦ blue 41

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

Shades of Blackcurrant #120329

Tints of Blackcurrant #120329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.84%

 BLUE value IS 41 (16.41% from 255) = 66.13%

R = 29.03%
G = 4.84%
B = 66.13%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#120329 (or 0x120329) is known color: Blackcurrant. HEX triplet: 12, 03 and 29. RGB value is (18,3,41). Sum of RGB (Red+Green+Blue) = 18+3+41=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 41 (16.41% from 255 or 66.13% from 62); Max value from RGB is 41 - color contains mainly: blue. Hex color #120329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120329 is #EDFCD6. Grayscale: #0B0B0B. Windows color (decimal): -15596759 or 2687762. OLE color: 2687762.

HSL color Cylindrical-coordinate representation of color #120329: hue angle of 263.68º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120329 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 3 41 -
CMYK 0.56 0.93 0 0.84
HSL 263.68º 0.86% 0.09% -
HSV(B) 263.68º 0.93% 0.16% -
XYZ 0.68 0.35 2.13 -
YUV 11.82 144.47 132.41 -
System Red Green Blue C M Y K H S L
Decimal 18 3 41 0.56 0.93 0 0.84 263.68 0.86 0.09
Hex 12 3 29 38 5D 0 54 108 56 9
Octal 22 3 51 70 135 0 124 410 126 11
Binary 10010 11 101001 111000 1011101 0 1010100 100001000 1010110 1001

Color Harmonies of #120329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120329

Black with #120329

Text Example


Text Example

White with #120329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120329; }

 p { color: rgb(18,3,41); }

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

background-color css

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

 a { background-color: rgb(18,3,41); }

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

border-color css

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

 span { border-color: rgb(18,3,41); }

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