Html Css Color HEX #120334 Blackcurrant

📋 copy color: '#120334'

red 18 ◦ green 3 ◦ blue 52

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

Shades of Blackcurrant #120334

Tints of Blackcurrant #120334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 71.23%

R = 24.66%
G = 4.11%
B = 71.23%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#120334 (or 0x120334) is known color: Blackcurrant. HEX triplet: 12, 03 and 34. RGB value is (18,3,52). Sum of RGB (Red+Green+Blue) = 18+3+52=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 52 (20.70% from 255 or 71.23% from 73); Max value from RGB is 52 - color contains mainly: blue. Hex color #120334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120334 is #EDFCCB. Grayscale: #0C0C0C. Windows color (decimal): -15596748 or 3408658. OLE color: 3408658.

HSL color Cylindrical-coordinate representation of color #120334: hue angle of 258.37º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120334 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 3 52 -
CMYK 0.65 0.94 0 0.80
HSL 258.37º 0.89% 0.11% -
HSV(B) 258.37º 0.94% 0.2% -
XYZ 0.9 0.44 3.29 -
YUV 13.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 18 3 52 0.65 0.94 0 0.80 258.37 0.89 0.11
Hex 12 3 34 41 5E 0 50 102 59 B
Octal 22 3 64 101 136 0 120 402 131 13
Binary 10010 11 110100 1000001 1011110 0 1010000 100000010 1011001 1011

Color Harmonies of #120334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120334

Black with #120334

Text Example


Text Example

White with #120334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120334; }

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

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

background-color css

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

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

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

border-color css

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

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

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