Html Css Color HEX #121329 Black Russian

📋 copy color: '#121329'

red 18 ◦ green 19 ◦ blue 41

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

Shades of Black Russian #121329

Tints of Black Russian #121329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.36%

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

R = 23.08%
G = 24.36%
B = 52.56%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#121329 (or 0x121329) is known color: Black Russian. HEX triplet: 12, 13 and 29. RGB value is (18,19,41). Sum of RGB (Red+Green+Blue) = 18+19+41=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 41 (16.41% from 255 or 52.56% from 78); Max value from RGB is 41 - color contains mainly: blue. Hex color #121329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121329 is #EDECD6. Grayscale: #151515. Windows color (decimal): -15592663 or 2691858. OLE color: 2691858.

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

Color convert

RGB 18 19 41 -
CMYK 0.56 0.54 0 0.84
HSL 237.39º 0.39% 0.12% -
HSV(B) 237.39º 0.56% 0.16% -
XYZ 0.88 0.75 2.2 -
YUV 21.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 18 19 41 0.56 0.54 0 0.84 237.39 0.39 0.12
Hex 12 13 29 38 36 0 54 ED 27 C
Octal 22 23 51 70 66 0 124 355 47 14
Binary 10010 10011 101001 111000 110110 0 1010100 11101101 100111 1100

Color Harmonies of #121329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121329

Black with #121329

Text Example


Text Example

White with #121329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121329; }

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

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

background-color css

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

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

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

border-color css

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

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

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