Html Css Color HEX #121A2B Black Russian

📋 copy color: '#121A2B'

red 18 ◦ green 26 ◦ blue 43

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

Shades of Black Russian #121A2B

Tints of Black Russian #121A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 49.43%

R = 20.69%
G = 29.89%
B = 49.43%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#121A2B (or 0x121A2B) is known color: Black Russian. HEX triplet: 12, 1A and 2B. RGB value is (18,26,43). Sum of RGB (Red+Green+Blue) = 18+26+43=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 26 (10.55% from 255 or 29.89% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #121A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A2B is #EDE5D4. Grayscale: #191919. Windows color (decimal): -15590869 or 2824722. OLE color: 2824722.

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

Color convert

RGB 18 26 43 -
CMYK 0.58 0.40 0 0.83
HSL 220.8º 0.41% 0.12% -
HSV(B) 220.8º 0.58% 0.17% -
XYZ 1.05 1.04 2.43 -
YUV 25.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 18 26 43 0.58 0.40 0 0.83 220.8 0.41 0.12
Hex 12 1A 2B 3A 28 0 53 DD 29 C
Octal 22 32 53 72 50 0 123 335 51 14
Binary 10010 11010 101011 111010 101000 0 1010011 11011101 101001 1100

Color Harmonies of #121A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A2B

Black with #121A2B

Text Example


Text Example

White with #121A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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