Html Css Color HEX #121023 Black Russian

📋 copy color: '#121023'

red 18 ◦ green 16 ◦ blue 35

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

Shades of Black Russian #121023

Tints of Black Russian #121023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 23.19%

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

R = 26.09%
G = 23.19%
B = 50.72%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#121023 (or 0x121023) is known color: Black Russian. HEX triplet: 12, 10 and 23. RGB value is (18,16,35). Sum of RGB (Red+Green+Blue) = 18+16+35=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 35 (14.06% from 255 or 50.72% from 69); Max value from RGB is 35 - color contains mainly: blue. Hex color #121023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121023 is #EDEFDC. Grayscale: #121212. Windows color (decimal): -15593437 or 2297874. OLE color: 2297874.

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

Color convert

RGB 18 16 35 -
CMYK 0.49 0.54 0 0.86
HSL 246.32º 0.37% 0.1% -
HSV(B) 246.32º 0.54% 0.14% -
XYZ 0.74 0.62 1.67 -
YUV 18.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 18 16 35 0.49 0.54 0 0.86 246.32 0.37 0.1
Hex 12 10 23 31 36 0 56 F6 25 A
Octal 22 20 43 61 66 0 126 366 45 12
Binary 10010 10000 100011 110001 110110 0 1010110 11110110 100101 1010

Color Harmonies of #121023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121023

Black with #121023

Text Example


Text Example

White with #121023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121023; }

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

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

background-color css

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

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

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

border-color css

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

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

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