Html Css Color HEX #121629 Black Russian

📋 copy color: '#121629'

red 18 ◦ green 22 ◦ blue 41

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

Shades of Black Russian #121629

Tints of Black Russian #121629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 50.62%

R = 22.22%
G = 27.16%
B = 50.62%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#121629 (or 0x121629) is known color: Black Russian. HEX triplet: 12, 16 and 29. RGB value is (18,22,41). Sum of RGB (Red+Green+Blue) = 18+22+41=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 41 (16.41% from 255 or 50.62% from 81); Max value from RGB is 41 - color contains mainly: blue. Hex color #121629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121629 is #EDE9D6. Grayscale: #161616. Windows color (decimal): -15591895 or 2692626. OLE color: 2692626.

HSL color Cylindrical-coordinate representation of color #121629: hue angle of 229.57º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #121629 is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 22 41 -
CMYK 0.56 0.46 0 0.84
HSL 229.57º 0.39% 0.12% -
HSV(B) 229.57º 0.56% 0.16% -
XYZ 0.94 0.86 2.21 -
YUV 22.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 18 22 41 0.56 0.46 0 0.84 229.57 0.39 0.12
Hex 12 16 29 38 2E 0 54 E6 27 C
Octal 22 26 51 70 56 0 124 346 47 14
Binary 10010 10110 101001 111000 101110 0 1010100 11100110 100111 1100

Color Harmonies of #121629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121629

Black with #121629

Text Example


Text Example

White with #121629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121629; }

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

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

background-color css

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

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

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

border-color css

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

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

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