#130830

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

Shades of Tolopea #130830

Tints of Tolopea #130830

Color information

#130830 (or 0x130830) is unknown color: approx Tolopea. HEX triplet: 13, 08 and 30. RGB value is (19,8,48). Sum of RGB (Red+Green+Blue) = 19+8+48=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 48 (19.14% from 255 or 64% from 75); Max value from RGB is 48 - color contains mainly: blue. Hex color #130830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130830 is #ECF7CF. Grayscale: #0F0F0F. Windows color (decimal): -15529936 or 3147795. OLE color: 3147795.

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

Color convert

RGB19848-
CMYK0.600.8300.81
HSL256.5º71.43%10.98%-
HSV(B)256.5º83.33%18.82%-
XYZ0.890.532.85-
YUV15.85146.14130.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.33%
GREEN value IS 8 (3.52% from 255) = 10.67%
BLUE value IS 48 (19.14% from 255) = 64%
R=25.33%
G=10.67%
B=64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal198480.600.8300.81256.571.4310.98
Hex138303C5305110047b
Octal23106074123012140010713
Binary10011100011000011110010100110101000110000000010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130830; }

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

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

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

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

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

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

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

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