Html Css Color HEX #120223 Blackcurrant

📋 copy color: '#120223'

red 18 ◦ green 2 ◦ blue 35

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

Shades of Blackcurrant #120223

Tints of Blackcurrant #120223

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.64%

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

R = 32.73%
G = 3.64%
B = 63.64%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#120223 (or 0x120223) is known color: Blackcurrant. HEX triplet: 12, 02 and 23. RGB value is (18,2,35). Sum of RGB (Red+Green+Blue) = 18+2+35=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 35 (14.06% from 255 or 63.64% from 55); Max value from RGB is 35 - color contains mainly: blue. Hex color #120223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120223 is #EDFDDC. Grayscale: #0A0A0A. Windows color (decimal): -15597021 or 2294290. OLE color: 2294290.

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

Color convert

RGB 18 2 35 -
CMYK 0.49 0.94 0 0.86
HSL 269.09º 0.89% 0.07% -
HSV(B) 269.09º 0.94% 0.14% -
XYZ 0.57 0.29 1.62 -
YUV 10.55 141.8 133.32 -
System Red Green Blue C M Y K H S L
Decimal 18 2 35 0.49 0.94 0 0.86 269.09 0.89 0.07
Hex 12 2 23 31 5E 0 56 10D 59 7
Octal 22 2 43 61 136 0 126 415 131 7
Binary 10010 10 100011 110001 1011110 0 1010110 100001101 1011001 111

Color Harmonies of #120223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120223

Black with #120223

Text Example


Text Example

White with #120223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120223; }

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

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

background-color css

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

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

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

border-color css

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

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

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