Html Css Color HEX #120124 Blackcurrant

📋 copy color: '#120124'

red 18 ◦ green 1 ◦ blue 36

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

Shades of Blackcurrant #120124

Tints of Blackcurrant #120124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 65.45%

R = 32.73%
G = 1.82%
B = 65.45%

CMYK

 C value IS 0.5

 M value IS 0.97

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#120124 (or 0x120124) is known color: Blackcurrant. HEX triplet: 12, 01 and 24. RGB value is (18,1,36). Sum of RGB (Red+Green+Blue) = 18+1+36=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 36 (14.45% from 255 or 65.45% from 55); Max value from RGB is 36 - color contains mainly: blue. Hex color #120124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120124 is #EDFEDB. Grayscale: #090909. Windows color (decimal): -15597276 or 2359570. OLE color: 2359570.

HSL color Cylindrical-coordinate representation of color #120124: hue angle of 269.14º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #120124 is Cyan = 0.5, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 1 36 -
CMYK 0.5 0.97 0 0.86
HSL 269.14º 0.95% 0.07% -
HSV(B) 269.14º 0.97% 0.14% -
XYZ 0.58 0.28 1.69 -
YUV 10.07 142.63 133.65 -
System Red Green Blue C M Y K H S L
Decimal 18 1 36 0.5 0.97 0 0.86 269.14 0.95 0.07
Hex 12 1 24 32 61 0 56 10D 5F 7
Octal 22 1 44 62 141 0 126 415 137 7
Binary 10010 1 100100 110010 1100001 0 1010110 100001101 1011111 111

Color Harmonies of #120124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120124

Black with #120124

Text Example


Text Example

White with #120124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120124; }

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

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

background-color css

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

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

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

border-color css

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

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

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