Html Css Color HEX #121929 Black Russian

📋 copy color: '#121929'

red 18 ◦ green 25 ◦ blue 41

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

Shades of Black Russian #121929

Tints of Black Russian #121929

RGB

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

 GREEN value IS 25 (10.16% from 255) = 29.76%

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

R = 21.43%
G = 29.76%
B = 48.81%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#121929 (or 0x121929) is known color: Black Russian. HEX triplet: 12, 19 and 29. RGB value is (18,25,41). Sum of RGB (Red+Green+Blue) = 18+25+41=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 41 (16.41% from 255 or 48.81% from 84); Max value from RGB is 41 - color contains mainly: blue. Hex color #121929 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121929 is #EDE6D6. Grayscale: #181818. Windows color (decimal): -15591127 or 2693394. OLE color: 2693394.

HSL color Cylindrical-coordinate representation of color #121929: hue angle of 221.74º 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 #121929 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 25 41 -
CMYK 0.56 0.39 0 0.84
HSL 221.74º 0.39% 0.12% -
HSV(B) 221.74º 0.56% 0.16% -
XYZ 1 0.98 2.24 -
YUV 24.73 137.18 123.2 -
System Red Green Blue C M Y K H S L
Decimal 18 25 41 0.56 0.39 0 0.84 221.74 0.39 0.12
Hex 12 19 29 38 27 0 54 DE 27 C
Octal 22 31 51 70 47 0 124 336 47 14
Binary 10010 11001 101001 111000 100111 0 1010100 11011110 100111 1100

Color Harmonies of #121929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121929

Black with #121929

Text Example


Text Example

White with #121929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121929; }

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

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

background-color css

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

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

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

border-color css

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

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

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