Html Css Color HEX #141731 Black Russian

📋 copy color: '#141731'

red 20 ◦ green 23 ◦ blue 49

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

Shades of Black Russian #141731

Tints of Black Russian #141731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 53.26%

R = 21.74%
G = 25%
B = 53.26%

CMYK

 C value IS 0.59

 M value IS 0.53

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#141731 (or 0x141731) is known color: Black Russian. HEX triplet: 14, 17 and 31. RGB value is (20,23,49). Sum of RGB (Red+Green+Blue) = 20+23+49=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #141731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141731 is #EBE8CE. Grayscale: #181818. Windows color (decimal): -15460559 or 3217172. OLE color: 3217172.

HSL color Cylindrical-coordinate representation of color #141731: hue angle of 233.79º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #141731 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 23 49 -
CMYK 0.59 0.53 0 0.81
HSL 233.79º 0.42% 0.14% -
HSV(B) 233.79º 0.59% 0.19% -
XYZ 1.15 0.98 3.03 -
YUV 25.07 141.51 124.39 -
System Red Green Blue C M Y K H S L
Decimal 20 23 49 0.59 0.53 0 0.81 233.79 0.42 0.14
Hex 14 17 31 3B 35 0 51 EA 2A E
Octal 24 27 61 73 65 0 121 352 52 16
Binary 10100 10111 110001 111011 110101 0 1010001 11101010 101010 1110

Color Harmonies of #141731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141731

Black with #141731

Text Example


Text Example

White with #141731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141731; }

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

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

background-color css

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

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

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

border-color css

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

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

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