Html Css Color HEX #141331 Black Russian

📋 copy color: '#141331'

red 20 ◦ green 19 ◦ blue 49

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

Shades of Black Russian #141331

Tints of Black Russian #141331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.59%

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

R = 22.73%
G = 21.59%
B = 55.68%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#141331 (or 0x141331) is known color: Black Russian. HEX triplet: 14, 13 and 31. RGB value is (20,19,49). Sum of RGB (Red+Green+Blue) = 20+19+49=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #141331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141331 is #EBECCE. Grayscale: #161616. Windows color (decimal): -15461583 or 3216148. OLE color: 3216148.

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

Color convert

RGB 20 19 49 -
CMYK 0.59 0.61 0 0.81
HSL 242º 0.44% 0.13% -
HSV(B) 242º 0.61% 0.19% -
XYZ 1.08 0.84 3.01 -
YUV 22.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 20 19 49 0.59 0.61 0 0.81 242 0.44 0.13
Hex 14 13 31 3B 3D 0 51 F2 2C D
Octal 24 23 61 73 75 0 121 362 54 15
Binary 10100 10011 110001 111011 111101 0 1010001 11110010 101100 1101

Color Harmonies of #141331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141331

Black with #141331

Text Example


Text Example

White with #141331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141331; }

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

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

background-color css

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

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

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

border-color css

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

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

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