Html Css Color HEX #120F23 Black Russian

📋 copy color: '#120F23'

red 18 ◦ green 15 ◦ blue 35

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

Shades of Black Russian #120F23

Tints of Black Russian #120F23

RGB

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

 GREEN value IS 15 (6.25% from 255) = 22.06%

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

R = 26.47%
G = 22.06%
B = 51.47%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#120F23 (or 0x120F23) is known color: Black Russian. HEX triplet: 12, 0F and 23. RGB value is (18,15,35). Sum of RGB (Red+Green+Blue) = 18+15+35=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 15 (6.25% from 255 or 22.06% from 68); Blue value is 35 (14.06% from 255 or 51.47% from 68); Max value from RGB is 35 - color contains mainly: blue. Hex color #120F23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F23 is #EDF0DC. Grayscale: #121212. Windows color (decimal): -15593693 or 2297618. OLE color: 2297618.

HSL color Cylindrical-coordinate representation of color #120F23: hue angle of 249º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #120F23 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 15 35 -
CMYK 0.49 0.57 0 0.86
HSL 249º 0.4% 0.1% -
HSV(B) 249º 0.57% 0.14% -
XYZ 0.72 0.59 1.67 -
YUV 18.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 18 15 35 0.49 0.57 0 0.86 249 0.4 0.1
Hex 12 F 23 31 39 0 56 F9 28 A
Octal 22 17 43 61 71 0 126 371 50 12
Binary 10010 1111 100011 110001 111001 0 1010110 11111001 101000 1010

Color Harmonies of #120F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F23

Black with #120F23

Text Example


Text Example

White with #120F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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