Html Css Color HEX #120123 Blackcurrant

📋 copy color: '#120123'

red 18 ◦ green 1 ◦ blue 35

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

Shades of Blackcurrant #120123

Tints of Blackcurrant #120123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 64.81%

R = 33.33%
G = 1.85%
B = 64.81%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#120123 (or 0x120123) is known color: Blackcurrant. HEX triplet: 12, 01 and 23. RGB value is (18,1,35). Sum of RGB (Red+Green+Blue) = 18+1+35=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 35 (14.06% from 255 or 64.81% from 54); Max value from RGB is 35 - color contains mainly: blue. Hex color #120123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120123 is #EDFEDC. Grayscale: #090909. Windows color (decimal): -15597277 or 2294034. OLE color: 2294034.

HSL color Cylindrical-coordinate representation of color #120123: hue angle of 270º degrees, saturation: 0.94, 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 #120123 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 1 35 -
CMYK 0.49 0.97 0 0.86
HSL 270º 0.94% 0.07% -
HSV(B) 270º 0.97% 0.14% -
XYZ 0.56 0.27 1.61 -
YUV 9.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 18 1 35 0.49 0.97 0 0.86 270 0.94 0.07
Hex 12 1 23 31 61 0 56 10E 5E 7
Octal 22 1 43 61 141 0 126 416 136 7
Binary 10010 1 100011 110001 1100001 0 1010110 100001110 1011110 111

Color Harmonies of #120123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120123

Black with #120123

Text Example


Text Example

White with #120123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120123; }

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

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

background-color css

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

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

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

border-color css

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

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

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