#302C39

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

Shades of Tolopea #302C39

Tints of Tolopea #302C39

Color information

#302C39 (or 0x302C39) is unknown color: approx Tolopea. HEX triplet: 30, 2C and 39. RGB value is (48,44,57). Sum of RGB (Red+Green+Blue) = 48+44+57=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 57 - color contains mainly: blue. Hex color #302C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302C39 is #CFD3C6. Grayscale: #2E2E2E. Windows color (decimal): -13620167 or 3746864. OLE color: 3746864.

HSL color Cylindrical-coordinate representation of color #302C39: hue angle of 258.46º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #302C39 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB484457-
CMYK0.160.2300.78
HSL258.46º12.87%19.8%-
HSV(B)258.46º22.81%22.35%-
XYZ2.862.734.25-
YUV46.68133.83128.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.21%
GREEN value IS 44 (17.58% from 255) = 29.53%
BLUE value IS 57 (22.66% from 255) = 38.26%
R=32.21%
G=29.53%
B=38.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4844570.160.2300.78258.4612.8719.8
Hex302C39101704E102d14
Octal605471202701164021524
Binary110000101100111001100001011101001110100000010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302C39; }

 p { color: rgb(48,44,57); }

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

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

 a { background-color: rgb(48,44,57); }

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

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

 span { border-color: rgb(48,44,57); }

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