Html Css Color HEX #120136 Blackcurrant

📋 copy color: '#120136'

red 18 ◦ green 1 ◦ blue 54

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

Shades of Blackcurrant #120136

Tints of Blackcurrant #120136

RGB

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

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

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

R = 24.66%
G = 1.37%
B = 73.97%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#120136 (or 0x120136) is known color: Blackcurrant. HEX triplet: 12, 01 and 36. RGB value is (18,1,54). Sum of RGB (Red+Green+Blue) = 18+1+54=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 54 (21.48% from 255 or 73.97% from 73); Max value from RGB is 54 - color contains mainly: blue. Hex color #120136 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120136 is #EDFEC9. Grayscale: #0B0B0B. Windows color (decimal): -15597258 or 3539218. OLE color: 3539218.

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

Color convert

RGB 18 1 54 -
CMYK 0.67 0.98 0 0.79
HSL 259.25º 0.96% 0.11% -
HSV(B) 259.25º 0.98% 0.21% -
XYZ 0.93 0.42 3.52 -
YUV 12.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 18 1 54 0.67 0.98 0 0.79 259.25 0.96 0.11
Hex 12 1 36 43 62 0 4F 103 60 B
Octal 22 1 66 103 142 0 117 403 140 13
Binary 10010 1 110110 1000011 1100010 0 1001111 100000011 1100000 1011

Color Harmonies of #120136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120136

Black with #120136

Text Example


Text Example

White with #120136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120136; }

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

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

background-color css

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

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

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

border-color css

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

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

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