Html Css Color HEX #141627 Black Russian

📋 copy color: '#141627'

red 20 ◦ green 22 ◦ blue 39

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

Shades of Black Russian #141627

Tints of Black Russian #141627

RGB

 RED value IS 20 (8.2% from 255) = 24.69%

 GREEN value IS 22 (8.98% from 255) = 27.16%

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

R = 24.69%
G = 27.16%
B = 48.15%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#141627 (or 0x141627) is known color: Black Russian. HEX triplet: 14, 16 and 27. RGB value is (20,22,39). Sum of RGB (Red+Green+Blue) = 20+22+39=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 22 (8.98% from 255 or 27.16% 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 #141627 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141627 is #EBE9D8. Grayscale: #171717. Windows color (decimal): -15460825 or 2561556. OLE color: 2561556.

HSL color Cylindrical-coordinate representation of color #141627: hue angle of 233.68º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #141627 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 22 39 -
CMYK 0.49 0.44 0 0.85
HSL 233.68º 0.32% 0.12% -
HSV(B) 233.68º 0.49% 0.15% -
XYZ 0.94 0.87 2.04 -
YUV 23.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 20 22 39 0.49 0.44 0 0.85 233.68 0.32 0.12
Hex 14 16 27 31 2C 0 55 EA 20 C
Octal 24 26 47 61 54 0 125 352 40 14
Binary 10100 10110 100111 110001 101100 0 1010101 11101010 100000 1100

Color Harmonies of #141627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141627

Black with #141627

Text Example


Text Example

White with #141627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141627; }

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

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

background-color css

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

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

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

border-color css

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

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

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