#140830

Color #140830 Tolopea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tolopea #140830

Tints of Tolopea #140830

Color information

#140830 (or 0x140830) is unknown color: approx Tolopea. HEX triplet: 14, 08 and 30. RGB value is (20,8,48). Sum of RGB (Red+Green+Blue) = 20+8+48=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #140830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140830 is #EBF7CF. Grayscale: #101010. Windows color (decimal): -15464400 or 3147796. OLE color: 3147796.

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

Color convert

RGB20848-
CMYK0.580.8300.81
HSL258º71.43%10.98%-
HSV(B)258º83.33%18.82%-
XYZ0.910.542.85-
YUV16.15145.98130.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.32%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 48 (19.14% from 255) = 63.16%
R=26.32%
G=10.53%
B=63.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal208480.580.8300.8125871.4310.98
Hex148303A5305110247b
Octal24106072123012140210713
Binary10100100011000011101010100110101000110000001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140830; }

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

 H1.HeaderClassName
 {
   color: #140830;
 }
 .AnyTagClassName
 {
   color: #140830;
 }
</style>
background-color css

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

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

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

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

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

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