#302B37

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

Shades of Tolopea #302B37

Tints of Tolopea #302B37

Color information

#302B37 (or 0x302B37) is unknown color: approx Tolopea. HEX triplet: 30, 2B and 37. RGB value is (48,43,55). Sum of RGB (Red+Green+Blue) = 48+43+55=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 55 - color contains mainly: blue. Hex color #302B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B37 is #CFD4C8. Grayscale: #2D2D2D. Windows color (decimal): -13620425 or 3615536. OLE color: 3615536.

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

Color convert

RGB484355-
CMYK0.130.2200.78
HSL265º12.24%19.22%-
HSV(B)265º21.82%21.57%-
XYZ2.772.633.98-
YUV45.86133.16129.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.88%
GREEN value IS 43 (17.19% from 255) = 29.45%
BLUE value IS 55 (21.88% from 255) = 37.67%
R=32.88%
G=29.45%
B=37.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4843550.130.2200.7826512.2419.22
Hex302B37D1604E109c13
Octal605367152601164111423
Binary11000010101111011111011011001001110100001001110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,43,55); }

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

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

 a { background-color: rgb(48,43,55); }

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

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

 span { border-color: rgb(48,43,55); }

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