Html Css Color HEX #140835 Tolopea

📋 copy color: '#140835'

red 20 ◦ green 8 ◦ blue 53

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

Shades of Tolopea #140835

Tints of Tolopea #140835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 65.43%

R = 24.69%
G = 9.88%
B = 65.43%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#140835 (or 0x140835) is known color: Tolopea. HEX triplet: 14, 08 and 35. RGB value is (20,8,53). Sum of RGB (Red+Green+Blue) = 20+8+53=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 53 (21.09% from 255 or 65.43% from 81); Max value from RGB is 53 - color contains mainly: blue. Hex color #140835 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140835 is #EBF7CA. Grayscale: #101010. Windows color (decimal): -15464395 or 3475476. OLE color: 3475476.

HSL color Cylindrical-coordinate representation of color #140835: hue angle of 256º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #140835 is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 8 53 -
CMYK 0.62 0.85 0 0.79
HSL 256º 0.74% 0.12% -
HSV(B) 256º 0.85% 0.21% -
XYZ 1.02 0.58 3.43 -
YUV 16.72 148.48 130.34 -
System Red Green Blue C M Y K H S L
Decimal 20 8 53 0.62 0.85 0 0.79 256 0.74 0.12
Hex 14 8 35 3E 55 0 4F 100 4A C
Octal 24 10 65 76 125 0 117 400 112 14
Binary 10100 1000 110101 111110 1010101 0 1001111 100000000 1001010 1100

Color Harmonies of #140835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140835

Black with #140835

Text Example


Text Example

White with #140835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140835; }

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

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

background-color css

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

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

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

border-color css

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

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

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