Html Css Color HEX #121628 Black Russian

📋 copy color: '#121628'

red 18 ◦ green 22 ◦ blue 40

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

Shades of Black Russian #121628

Tints of Black Russian #121628

RGB

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

 GREEN value IS 22 (8.98% from 255) = 27.5%

 BLUE value IS 40 (16.02% from 255) = 50%

R = 22.5%
G = 27.5%
B = 50%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#121628 (or 0x121628) is known color: Black Russian. HEX triplet: 12, 16 and 28. RGB value is (18,22,40). Sum of RGB (Red+Green+Blue) = 18+22+40=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #121628 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121628 is #EDE9D7. Grayscale: #161616. Windows color (decimal): -15591896 or 2627090. OLE color: 2627090.

HSL color Cylindrical-coordinate representation of color #121628: hue angle of 229.09º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #121628 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 22 40 -
CMYK 0.55 0.45 0 0.84
HSL 229.09º 0.38% 0.11% -
HSV(B) 229.09º 0.55% 0.16% -
XYZ 0.92 0.86 2.12 -
YUV 22.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 18 22 40 0.55 0.45 0 0.84 229.09 0.38 0.11
Hex 12 16 28 37 2D 0 54 E5 26 B
Octal 22 26 50 67 55 0 124 345 46 13
Binary 10010 10110 101000 110111 101101 0 1010100 11100101 100110 1011

Color Harmonies of #121628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121628

Black with #121628

Text Example


Text Example

White with #121628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121628; }

 p { color: rgb(18,22,40); }

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

background-color css

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

 a { background-color: rgb(18,22,40); }

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

border-color css

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

 span { border-color: rgb(18,22,40); }

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