#30273A

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

Shades of Tolopea #30273A

Tints of Tolopea #30273A

Color information

#30273A (or 0x30273A) is unknown color: approx Tolopea. HEX triplet: 30, 27 and 3A. RGB value is (48,39,58). Sum of RGB (Red+Green+Blue) = 48+39+58=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 58 - color contains mainly: blue. Hex color #30273A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30273A is #CFD8C5. Grayscale: #2B2B2B. Windows color (decimal): -13621446 or 3811120. OLE color: 3811120.

HSL color Cylindrical-coordinate representation of color #30273A: hue angle of 268.42º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #30273A is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB483958-
CMYK0.170.3300.77
HSL268.42º19.59%19.02%-
HSV(B)268.42º32.76%22.75%-
XYZ2.712.384.32-
YUV43.86135.98130.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.10%
GREEN value IS 39 (15.62% from 255) = 26.90%
BLUE value IS 58 (23.05% from 255) = 40%
R=33.10%
G=26.90%
B=40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4839580.170.3300.77268.4219.5919.02
Hex30273A112104D10c1413
Octal604772214101154142423
Binary11000010011111101010001100001010011011000011001010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30273A; }

 p { color: rgb(48,39,58); }

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

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

 a { background-color: rgb(48,39,58); }

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

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

 span { border-color: rgb(48,39,58); }

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