Html Css Color HEX #120324 Blackcurrant

📋 copy color: '#120324'

red 18 ◦ green 3 ◦ blue 36

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

Shades of Blackcurrant #120324

Tints of Blackcurrant #120324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 63.16%

R = 31.58%
G = 5.26%
B = 63.16%

CMYK

 C value IS 0.5

 M value IS 0.92

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#120324 (or 0x120324) is known color: Blackcurrant. HEX triplet: 12, 03 and 24. RGB value is (18,3,36). Sum of RGB (Red+Green+Blue) = 18+3+36=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 36 (14.45% from 255 or 63.16% from 57); Max value from RGB is 36 - color contains mainly: blue. Hex color #120324 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120324 is #EDFCDB. Grayscale: #0B0B0B. Windows color (decimal): -15596764 or 2360082. OLE color: 2360082.

HSL color Cylindrical-coordinate representation of color #120324: hue angle of 267.27º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120324 is Cyan = 0.5, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 3 36 -
CMYK 0.5 0.92 0 0.86
HSL 267.27º 0.85% 0.08% -
HSV(B) 267.27º 0.92% 0.14% -
XYZ 0.6 0.32 1.7 -
YUV 11.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 18 3 36 0.5 0.92 0 0.86 267.27 0.85 0.08
Hex 12 3 24 32 5C 0 56 10B 55 8
Octal 22 3 44 62 134 0 126 413 125 10
Binary 10010 11 100100 110010 1011100 0 1010110 100001011 1010101 1000

Color Harmonies of #120324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120324

Black with #120324

Text Example


Text Example

White with #120324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120324; }

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

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

background-color css

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

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

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

border-color css

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

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

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