Html Css Color HEX #120332 Blackcurrant

📋 copy color: '#120332'

red 18 ◦ green 3 ◦ blue 50

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

Shades of Blackcurrant #120332

Tints of Blackcurrant #120332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 70.42%

R = 25.35%
G = 4.23%
B = 70.42%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#120332 (or 0x120332) is known color: Blackcurrant. HEX triplet: 12, 03 and 32. RGB value is (18,3,50). Sum of RGB (Red+Green+Blue) = 18+3+50=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 50 (19.92% from 255 or 70.42% from 71); Max value from RGB is 50 - color contains mainly: blue. Hex color #120332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120332 is #EDFCCD. Grayscale: #0C0C0C. Windows color (decimal): -15596750 or 3277586. OLE color: 3277586.

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

Color convert

RGB 18 3 50 -
CMYK 0.64 0.94 0 0.80
HSL 259.15º 0.89% 0.1% -
HSV(B) 259.15º 0.94% 0.2% -
XYZ 0.86 0.42 3.05 -
YUV 12.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 18 3 50 0.64 0.94 0 0.80 259.15 0.89 0.1
Hex 12 3 32 40 5E 0 50 103 59 A
Octal 22 3 62 100 136 0 120 403 131 12
Binary 10010 11 110010 1000000 1011110 0 1010000 100000011 1011001 1010

Color Harmonies of #120332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120332

Black with #120332

Text Example


Text Example

White with #120332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120332; }

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

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

background-color css

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

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

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

border-color css

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

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

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