Html Css Color HEX #121727 Black Russian

📋 copy color: '#121727'

red 18 ◦ green 23 ◦ blue 39

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

Shades of Black Russian #121727

Tints of Black Russian #121727

RGB

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

 GREEN value IS 23 (9.38% from 255) = 28.75%

 BLUE value IS 39 (15.63% from 255) = 48.75%

R = 22.5%
G = 28.75%
B = 48.75%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#121727 (or 0x121727) is known color: Black Russian. HEX triplet: 12, 17 and 27. RGB value is (18,23,39). Sum of RGB (Red+Green+Blue) = 18+23+39=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 39 (15.62% from 255 or 48.75% from 80); Max value from RGB is 39 - color contains mainly: blue. Hex color #121727 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121727 is #EDE8D8. Grayscale: #171717. Windows color (decimal): -15591641 or 2561810. OLE color: 2561810.

HSL color Cylindrical-coordinate representation of color #121727: hue angle of 225.71º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #121727 is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 23 39 -
CMYK 0.54 0.41 0 0.85
HSL 225.71º 0.37% 0.11% -
HSV(B) 225.71º 0.54% 0.15% -
XYZ 0.92 0.89 2.04 -
YUV 23.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 18 23 39 0.54 0.41 0 0.85 225.71 0.37 0.11
Hex 12 17 27 36 29 0 55 E2 25 B
Octal 22 27 47 66 51 0 125 342 45 13
Binary 10010 10111 100111 110110 101001 0 1010101 11100010 100101 1011

Color Harmonies of #121727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121727

Black with #121727

Text Example


Text Example

White with #121727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121727; }

 p { color: rgb(18,23,39); }

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

background-color css

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

 a { background-color: rgb(18,23,39); }

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

border-color css

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

 span { border-color: rgb(18,23,39); }

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