#30283A

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

Shades of Tolopea #30283A

Tints of Tolopea #30283A

Color information

#30283A (or 0x30283A) is unknown color: approx Tolopea. HEX triplet: 30, 28 and 3A. RGB value is (48,40,58). Sum of RGB (Red+Green+Blue) = 48+40+58=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 58 - color contains mainly: blue. Hex color #30283A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30283A is #CFD7C5. Grayscale: #2C2C2C. Windows color (decimal): -13621190 or 3811376. OLE color: 3811376.

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

Color convert

RGB484058-
CMYK0.170.3100.77
HSL266.67º18.37%19.22%-
HSV(B)266.67º31.03%22.75%-
XYZ2.742.454.33-
YUV44.44135.65130.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.88%
GREEN value IS 40 (16.02% from 255) = 27.40%
BLUE value IS 58 (23.05% from 255) = 39.73%
R=32.88%
G=27.40%
B=39.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4840580.170.3100.77266.6718.3719.22
Hex30283A111F04D10b1213
Octal605072213701154132223
Binary1100001010001110101000111111010011011000010111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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