Html Css Color HEX #141727 Black Russian

📋 copy color: '#141727'

red 20 ◦ green 23 ◦ blue 39

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

Shades of Black Russian #141727

Tints of Black Russian #141727

RGB

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

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

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

R = 24.39%
G = 28.05%
B = 47.56%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#141727 (or 0x141727) is known color: Black Russian. HEX triplet: 14, 17 and 27. RGB value is (20,23,39). Sum of RGB (Red+Green+Blue) = 20+23+39=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 39 (15.62% from 255 or 47.56% from 82); Max value from RGB is 39 - color contains mainly: blue. Hex color #141727 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141727 is #EBE8D8. Grayscale: #171717. Windows color (decimal): -15460569 or 2561812. OLE color: 2561812.

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

Color convert

RGB 20 23 39 -
CMYK 0.49 0.41 0 0.85
HSL 230.53º 0.32% 0.12% -
HSV(B) 230.53º 0.49% 0.15% -
XYZ 0.96 0.91 2.04 -
YUV 23.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 20 23 39 0.49 0.41 0 0.85 230.53 0.32 0.12
Hex 14 17 27 31 29 0 55 E7 20 C
Octal 24 27 47 61 51 0 125 347 40 14
Binary 10100 10111 100111 110001 101001 0 1010101 11100111 100000 1100

Color Harmonies of #141727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141727

Black with #141727

Text Example


Text Example

White with #141727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141727; }

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

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

background-color css

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

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

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

border-color css

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

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

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