Html Css Color HEX #120039 Blackcurrant

📋 copy color: '#120039'

red 18 ◦ green 0 ◦ blue 57

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

Shades of Blackcurrant #120039

Tints of Blackcurrant #120039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 24%
G = 0%
B = 76%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#120039 (or 0x120039) is known color: Blackcurrant. HEX triplet: 12, 00 and 39. RGB value is (18,0,57). Sum of RGB (Red+Green+Blue) = 18+0+57=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 57 (22.66% from 255 or 76% from 75); Max value from RGB is 57 - color contains mainly: blue. Hex color #120039 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120039 is #EDFFC6. Grayscale: #0B0B0B. Windows color (decimal): -15597511 or 3735570. OLE color: 3735570.

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

Color convert

RGB 18 0 57 -
CMYK 0.68 1 0 0.78
HSL 258.95º 1% 0.11% -
HSV(B) 258.95º 1% 0.22% -
XYZ 0.99 0.42 3.9 -
YUV 11.88 153.46 132.37 -
System Red Green Blue C M Y K H S L
Decimal 18 0 57 0.68 1 0 0.78 258.95 1 0.11
Hex 12 0 39 44 64 0 4E 103 64 B
Octal 22 0 71 104 144 0 116 403 144 13
Binary 10010 0 111001 1000100 1100100 0 1001110 100000011 1100100 1011

Color Harmonies of #120039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120039

Black with #120039

Text Example


Text Example

White with #120039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120039; }

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

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

background-color css

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

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

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

border-color css

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

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

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