#30293F

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

Shades of Tolopea #30293F

Tints of Tolopea #30293F

Color information

#30293F (or 0x30293F) is unknown color: approx Tolopea. HEX triplet: 30, 29 and 3F. RGB value is (48,41,63). Sum of RGB (Red+Green+Blue) = 48+41+63=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 63 - color contains mainly: blue. Hex color #30293F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30293F is #CFD6C0. Grayscale: #2D2D2D. Windows color (decimal): -13620929 or 4139312. OLE color: 4139312.

HSL color Cylindrical-coordinate representation of color #30293F: hue angle of 259.09º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #30293F is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB484163-
CMYK0.240.3500.75
HSL259.09º21.15%20.39%-
HSV(B)259.09º34.92%24.71%-
XYZ2.912.575.05-
YUV45.6137.82129.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.58%
GREEN value IS 41 (16.41% from 255) = 26.97%
BLUE value IS 63 (25% from 255) = 41.45%
R=31.58%
G=26.97%
B=41.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4841630.240.3500.75259.0921.1520.39
Hex30293F182304B1031514
Octal605177304301134032524
Binary11000010100111111111000100011010010111000000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30293F; }

 p { color: rgb(48,41,63); }

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

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

 a { background-color: rgb(48,41,63); }

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

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

 span { border-color: rgb(48,41,63); }

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