Html Css Color HEX #141431 Black Russian

📋 copy color: '#141431'

red 20 ◦ green 20 ◦ blue 49

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

Shades of Black Russian #141431

Tints of Black Russian #141431

RGB

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

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

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

R = 22.47%
G = 22.47%
B = 55.06%

CMYK

 C value IS 0.59

 M value IS 0.59

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#141431 (or 0x141431) is known color: Black Russian. HEX triplet: 14, 14 and 31. RGB value is (20,20,49). Sum of RGB (Red+Green+Blue) = 20+20+49=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #141431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141431 is #EBEBCE. Grayscale: #171717. Windows color (decimal): -15461327 or 3216404. OLE color: 3216404.

HSL color Cylindrical-coordinate representation of color #141431: hue angle of 240º 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 #141431 is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 20 49 -
CMYK 0.59 0.59 0 0.81
HSL 240º 0.42% 0.14% -
HSV(B) 240º 0.59% 0.19% -
XYZ 1.09 0.87 3.02 -
YUV 23.31 142.5 125.64 -
System Red Green Blue C M Y K H S L
Decimal 20 20 49 0.59 0.59 0 0.81 240 0.42 0.14
Hex 14 14 31 3B 3B 0 51 F0 2A E
Octal 24 24 61 73 73 0 121 360 52 16
Binary 10100 10100 110001 111011 111011 0 1010001 11110000 101010 1110

Color Harmonies of #141431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141431

Black with #141431

Text Example


Text Example

White with #141431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141431; }

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

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

background-color css

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

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

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

border-color css

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

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

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