Html Css Color HEX #120139 Blackcurrant

📋 copy color: '#120139'

red 18 ◦ green 1 ◦ blue 57

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

Shades of Blackcurrant #120139

Tints of Blackcurrant #120139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.32%

 BLUE value IS 57 (22.66% from 255) = 75%

R = 23.68%
G = 1.32%
B = 75%

CMYK

 C value IS 0.68

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#120139 (or 0x120139) is known color: Blackcurrant. HEX triplet: 12, 01 and 39. RGB value is (18,1,57). Sum of RGB (Red+Green+Blue) = 18+1+57=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 57 (22.66% from 255 or 75% from 76); Max value from RGB is 57 - color contains mainly: blue. Hex color #120139 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120139 is #EDFEC6. Grayscale: #0C0C0C. Windows color (decimal): -15597255 or 3735826. OLE color: 3735826.

HSL color Cylindrical-coordinate representation of color #120139: hue angle of 258.21º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #120139 is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 1 57 -
CMYK 0.68 0.98 0 0.78
HSL 258.21º 0.97% 0.11% -
HSV(B) 258.21º 0.98% 0.22% -
XYZ 1 0.45 3.9 -
YUV 12.47 153.13 131.95 -
System Red Green Blue C M Y K H S L
Decimal 18 1 57 0.68 0.98 0 0.78 258.21 0.97 0.11
Hex 12 1 39 44 62 0 4E 102 61 B
Octal 22 1 71 104 142 0 116 402 141 13
Binary 10010 1 111001 1000100 1100010 0 1001110 100000010 1100001 1011

Color Harmonies of #120139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120139

Black with #120139

Text Example


Text Example

White with #120139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120139; }

 p { color: rgb(18,1,57); }

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

background-color css

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

 a { background-color: rgb(18,1,57); }

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

border-color css

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

 span { border-color: rgb(18,1,57); }

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