Html Css Color HEX #121728 Black Russian

📋 copy color: '#121728'

red 18 ◦ green 23 ◦ blue 40

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

Shades of Black Russian #121728

Tints of Black Russian #121728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 49.38%

R = 22.22%
G = 28.4%
B = 49.38%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#121728 (or 0x121728) is known color: Black Russian. HEX triplet: 12, 17 and 28. RGB value is (18,23,40). Sum of RGB (Red+Green+Blue) = 18+23+40=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #121728 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121728 is #EDE8D7. Grayscale: #171717. Windows color (decimal): -15591640 or 2627346. OLE color: 2627346.

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

Color convert

RGB 18 23 40 -
CMYK 0.55 0.43 0 0.84
HSL 226.36º 0.38% 0.11% -
HSV(B) 226.36º 0.55% 0.16% -
XYZ 0.94 0.89 2.13 -
YUV 23.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 18 23 40 0.55 0.43 0 0.84 226.36 0.38 0.11
Hex 12 17 28 37 2B 0 54 E2 26 B
Octal 22 27 50 67 53 0 124 342 46 13
Binary 10010 10111 101000 110111 101011 0 1010100 11100010 100110 1011

Color Harmonies of #121728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121728

Black with #121728

Text Example


Text Example

White with #121728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121728; }

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

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

background-color css

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

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

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

border-color css

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

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

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