Html Css Color HEX #140831 Tolopea

📋 copy color: '#140831'

red 20 ◦ green 8 ◦ blue 49

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

Shades of Tolopea #140831

Tints of Tolopea #140831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.39%

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

R = 25.97%
G = 10.39%
B = 63.64%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#140831 (or 0x140831) is known color: Tolopea. HEX triplet: 14, 08 and 31. RGB value is (20,8,49). Sum of RGB (Red+Green+Blue) = 20+8+49=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 49 (19.53% from 255 or 63.64% from 77); Max value from RGB is 49 - color contains mainly: blue. Hex color #140831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140831 is #EBF7CE. Grayscale: #101010. Windows color (decimal): -15464399 or 3213332. OLE color: 3213332.

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

Color convert

RGB 20 8 49 -
CMYK 0.59 0.84 0 0.81
HSL 257.56º 0.72% 0.11% -
HSV(B) 257.56º 0.84% 0.19% -
XYZ 0.93 0.54 2.96 -
YUV 16.26 146.48 130.67 -
System Red Green Blue C M Y K H S L
Decimal 20 8 49 0.59 0.84 0 0.81 257.56 0.72 0.11
Hex 14 8 31 3B 54 0 51 102 48 B
Octal 24 10 61 73 124 0 121 402 110 13
Binary 10100 1000 110001 111011 1010100 0 1010001 100000010 1001000 1011

Color Harmonies of #140831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140831

Black with #140831

Text Example


Text Example

White with #140831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140831; }

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

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

background-color css

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

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

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

border-color css

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

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

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