Html Css Color HEX #121724 Black Russian

📋 copy color: '#121724'

red 18 ◦ green 23 ◦ blue 36

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

Shades of Black Russian #121724

Tints of Black Russian #121724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 46.75%

R = 23.38%
G = 29.87%
B = 46.75%

CMYK

 C value IS 0.5

 M value IS 0.36

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#121724 (or 0x121724) is known color: Black Russian. HEX triplet: 12, 17 and 24. RGB value is (18,23,36). Sum of RGB (Red+Green+Blue) = 18+23+36=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 36 (14.45% from 255 or 46.75% from 77); Max value from RGB is 36 - color contains mainly: blue. Hex color #121724 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121724 is #EDE8DB. Grayscale: #161616. Windows color (decimal): -15591644 or 2365202. OLE color: 2365202.

HSL color Cylindrical-coordinate representation of color #121724: hue angle of 223.33º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #121724 is Cyan = 0.5, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 23 36 -
CMYK 0.5 0.36 0 0.86
HSL 223.33º 0.33% 0.11% -
HSV(B) 223.33º 0.5% 0.14% -
XYZ 0.87 0.87 1.79 -
YUV 22.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 18 23 36 0.5 0.36 0 0.86 223.33 0.33 0.11
Hex 12 17 24 32 24 0 56 DF 21 B
Octal 22 27 44 62 44 0 126 337 41 13
Binary 10010 10111 100100 110010 100100 0 1010110 11011111 100001 1011

Color Harmonies of #121724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121724

Black with #121724

Text Example


Text Example

White with #121724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121724; }

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

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

background-color css

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

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

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

border-color css

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

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

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