Html Css Color HEX #120036 Blackcurrant

📋 copy color: '#120036'

red 18 ◦ green 0 ◦ blue 54

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

Shades of Blackcurrant #120036

Tints of Blackcurrant #120036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 75%

R = 25%
G = 0%
B = 75%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#120036 (or 0x120036) is known color: Blackcurrant. HEX triplet: 12, 00 and 36. RGB value is (18,0,54). Sum of RGB (Red+Green+Blue) = 18+0+54=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 54 (21.48% from 255 or 75% from 72); Max value from RGB is 54 - color contains mainly: blue. Hex color #120036 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120036 is #EDFFC9. Grayscale: #0B0B0B. Windows color (decimal): -15597514 or 3538962. OLE color: 3538962.

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

Color convert

RGB 18 0 54 -
CMYK 0.67 1 0 0.79
HSL 260º 1% 0.11% -
HSV(B) 260º 1% 0.21% -
XYZ 0.92 0.39 3.52 -
YUV 11.54 151.96 132.61 -
System Red Green Blue C M Y K H S L
Decimal 18 0 54 0.67 1 0 0.79 260 1 0.11
Hex 12 0 36 43 64 0 4F 104 64 B
Octal 22 0 66 103 144 0 117 404 144 13
Binary 10010 0 110110 1000011 1100100 0 1001111 100000100 1100100 1011

Color Harmonies of #120036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120036

Black with #120036

Text Example


Text Example

White with #120036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120036; }

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

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

background-color css

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

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

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

border-color css

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

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

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