#302948

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

Shades of Tolopea #302948

Tints of Tolopea #302948

Color information

#302948 (or 0x302948) is unknown color: approx Tolopea. HEX triplet: 30, 29 and 48. RGB value is (48,41,72). Sum of RGB (Red+Green+Blue) = 48+41+72=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #302948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302948 is #CFD6B7. Grayscale: #2E2E2E. Windows color (decimal): -13620920 or 4729136. OLE color: 4729136.

HSL color Cylindrical-coordinate representation of color #302948: hue angle of 253.55º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #302948 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB484172-
CMYK0.330.4300.72
HSL253.55º27.43%22.16%-
HSV(B)253.55º43.06%28.24%-
XYZ3.182.686.48-
YUV46.63142.32128.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 41 (16.41% from 255) = 25.47%
BLUE value IS 72 (28.52% from 255) = 44.72%
R=29.81%
G=25.47%
B=44.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4841720.330.4300.72253.5527.4322.16
Hex302948212B048fe1b16
Octal6051110415301103763326
Binary110000101001100100010000110101101001000111111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302948; }

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

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

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

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

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

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

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

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