Html Css Color HEX #121427 Black Russian

📋 copy color: '#121427'

red 18 ◦ green 20 ◦ blue 39

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

Shades of Black Russian #121427

Tints of Black Russian #121427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25.97%

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

R = 23.38%
G = 25.97%
B = 50.65%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#121427 (or 0x121427) is known color: Black Russian. HEX triplet: 12, 14 and 27. RGB value is (18,20,39). Sum of RGB (Red+Green+Blue) = 18+20+39=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #121427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121427 is #EDEBD8. Grayscale: #151515. Windows color (decimal): -15592409 or 2561042. OLE color: 2561042.

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

Color convert

RGB 18 20 39 -
CMYK 0.54 0.49 0 0.85
HSL 234.29º 0.37% 0.11% -
HSV(B) 234.29º 0.54% 0.15% -
XYZ 0.87 0.78 2.02 -
YUV 21.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 18 20 39 0.54 0.49 0 0.85 234.29 0.37 0.11
Hex 12 14 27 36 31 0 55 EA 25 B
Octal 22 24 47 66 61 0 125 352 45 13
Binary 10010 10100 100111 110110 110001 0 1010101 11101010 100101 1011

Color Harmonies of #121427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121427

Black with #121427

Text Example


Text Example

White with #121427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121427; }

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

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

background-color css

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

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

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

border-color css

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

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

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