Html Css Color HEX #121A2C Black Russian

📋 copy color: '#121A2C'

red 18 ◦ green 26 ◦ blue 44

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

Shades of Black Russian #121A2C

Tints of Black Russian #121A2C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 29.55%

 BLUE value IS 44 (17.58% from 255) = 50%

R = 20.45%
G = 29.55%
B = 50%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#121A2C (or 0x121A2C) is known color: Black Russian. HEX triplet: 12, 1A and 2C. RGB value is (18,26,44). Sum of RGB (Red+Green+Blue) = 18+26+44=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #121A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A2C is #EDE5D3. Grayscale: #191919. Windows color (decimal): -15590868 or 2890258. OLE color: 2890258.

HSL color Cylindrical-coordinate representation of color #121A2C: hue angle of 221.54º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #121A2C is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 18 26 44 -
CMYK 0.59 0.41 0 0.83
HSL 221.54º 0.42% 0.12% -
HSV(B) 221.54º 0.59% 0.17% -
XYZ 1.07 1.05 2.53 -
YUV 25.66 138.35 122.54 -
System Red Green Blue C M Y K H S L
Decimal 18 26 44 0.59 0.41 0 0.83 221.54 0.42 0.12
Hex 12 1A 2C 3B 29 0 53 DE 2A C
Octal 22 32 54 73 51 0 123 336 52 14
Binary 10010 11010 101100 111011 101001 0 1010011 11011110 101010 1100

Color Harmonies of #121A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A2C

Black with #121A2C

Text Example


Text Example

White with #121A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121A2C; }

 p { color: rgb(18,26,44); }

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

background-color css

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

 a { background-color: rgb(18,26,44); }

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

border-color css

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

 span { border-color: rgb(18,26,44); }

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