Html Css Color HEX #121827 Black Russian

📋 copy color: '#121827'

red 18 ◦ green 24 ◦ blue 39

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

Shades of Black Russian #121827

Tints of Black Russian #121827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 29.63%

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

R = 22.22%
G = 29.63%
B = 48.15%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#121827 (or 0x121827) is known color: Black Russian. HEX triplet: 12, 18 and 27. RGB value is (18,24,39). Sum of RGB (Red+Green+Blue) = 18+24+39=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 39 (15.62% from 255 or 48.15% from 81); Max value from RGB is 39 - color contains mainly: blue. Hex color #121827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121827 is #EDE7D8. Grayscale: #171717. Windows color (decimal): -15591385 or 2562066. OLE color: 2562066.

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

Color convert

RGB 18 24 39 -
CMYK 0.54 0.38 0 0.85
HSL 222.86º 0.37% 0.11% -
HSV(B) 222.86º 0.54% 0.15% -
XYZ 0.94 0.93 2.05 -
YUV 23.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 18 24 39 0.54 0.38 0 0.85 222.86 0.37 0.11
Hex 12 18 27 36 26 0 55 DF 25 B
Octal 22 30 47 66 46 0 125 337 45 13
Binary 10010 11000 100111 110110 100110 0 1010101 11011111 100101 1011

Color Harmonies of #121827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121827

Black with #121827

Text Example


Text Example

White with #121827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121827; }

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

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

background-color css

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

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

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

border-color css

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

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

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