Html Css Color HEX #121129 Black Russian

📋 copy color: '#121129'

red 18 ◦ green 17 ◦ blue 41

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

Shades of Black Russian #121129

Tints of Black Russian #121129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.37%

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

R = 23.68%
G = 22.37%
B = 53.95%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#121129 (or 0x121129) is known color: Black Russian. HEX triplet: 12, 11 and 29. RGB value is (18,17,41). Sum of RGB (Red+Green+Blue) = 18+17+41=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 41 (16.41% from 255 or 53.95% from 76); Max value from RGB is 41 - color contains mainly: blue. Hex color #121129 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121129 is #EDEED6. Grayscale: #131313. Windows color (decimal): -15593175 or 2691346. OLE color: 2691346.

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

Color convert

RGB 18 17 41 -
CMYK 0.56 0.59 0 0.84
HSL 242.5º 0.41% 0.11% -
HSV(B) 242.5º 0.59% 0.16% -
XYZ 0.85 0.69 2.19 -
YUV 20.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 18 17 41 0.56 0.59 0 0.84 242.5 0.41 0.11
Hex 12 11 29 38 3B 0 54 F2 29 B
Octal 22 21 51 70 73 0 124 362 51 13
Binary 10010 10001 101001 111000 111011 0 1010100 11110010 101001 1011

Color Harmonies of #121129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121129

Black with #121129

Text Example


Text Example

White with #121129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121129; }

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

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

background-color css

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

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

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

border-color css

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

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

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