Html Css Color HEX #121426 Black Russian

📋 copy color: '#121426'

red 18 ◦ green 20 ◦ blue 38

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

Shades of Black Russian #121426

Tints of Black Russian #121426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 26.32%

 BLUE value IS 38 (15.23% from 255) = 50%

R = 23.68%
G = 26.32%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#121426 (or 0x121426) is known color: Black Russian. HEX triplet: 12, 14 and 26. RGB value is (18,20,38). Sum of RGB (Red+Green+Blue) = 18+20+38=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 38 (15.23% from 255 or 50% from 76); Max value from RGB is 38 - color contains mainly: blue. Hex color #121426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121426 is #EDEBD9. Grayscale: #151515. Windows color (decimal): -15592410 or 2495506. OLE color: 2495506.

HSL color Cylindrical-coordinate representation of color #121426: hue angle of 234º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #121426 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 20 38 -
CMYK 0.53 0.47 0 0.85
HSL 234º 0.36% 0.11% -
HSV(B) 234º 0.53% 0.15% -
XYZ 0.85 0.77 1.94 -
YUV 21.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 18 20 38 0.53 0.47 0 0.85 234 0.36 0.11
Hex 12 14 26 35 2F 0 55 EA 24 B
Octal 22 24 46 65 57 0 125 352 44 13
Binary 10010 10100 100110 110101 101111 0 1010101 11101010 100100 1011

Color Harmonies of #121426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121426

Black with #121426

Text Example


Text Example

White with #121426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121426; }

 p { color: rgb(18,20,38); }

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

background-color css

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

 a { background-color: rgb(18,20,38); }

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

border-color css

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

 span { border-color: rgb(18,20,38); }

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