Html Css Color HEX #121323 Black Russian

📋 copy color: '#121323'

red 18 ◦ green 19 ◦ blue 35

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

Shades of Black Russian #121323

Tints of Black Russian #121323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 26.39%

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

R = 25%
G = 26.39%
B = 48.61%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#121323 (or 0x121323) is known color: Black Russian. HEX triplet: 12, 13 and 23. RGB value is (18,19,35). Sum of RGB (Red+Green+Blue) = 18+19+35=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 35 (14.06% from 255 or 48.61% from 72); Max value from RGB is 35 - color contains mainly: blue. Hex color #121323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121323 is #EDECDC. Grayscale: #141414. Windows color (decimal): -15592669 or 2298642. OLE color: 2298642.

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

Color convert

RGB 18 19 35 -
CMYK 0.49 0.46 0 0.86
HSL 236.47º 0.32% 0.1% -
HSV(B) 236.47º 0.49% 0.14% -
XYZ 0.79 0.72 1.69 -
YUV 20.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 18 19 35 0.49 0.46 0 0.86 236.47 0.32 0.1
Hex 12 13 23 31 2E 0 56 EC 20 A
Octal 22 23 43 61 56 0 126 354 40 12
Binary 10010 10011 100011 110001 101110 0 1010110 11101100 100000 1010

Color Harmonies of #121323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121323

Black with #121323

Text Example


Text Example

White with #121323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121323; }

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

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

background-color css

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

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

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

border-color css

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

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

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