#302840

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

Shades of Tolopea #302840

Tints of Tolopea #302840

Color information

#302840 (or 0x302840) is unknown color: approx Tolopea. HEX triplet: 30, 28 and 40. RGB value is (48,40,64). Sum of RGB (Red+Green+Blue) = 48+40+64=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 64 - color contains mainly: blue. Hex color #302840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302840 is #CFD7BF. Grayscale: #2D2D2D. Windows color (decimal): -13621184 or 4204592. OLE color: 4204592.

HSL color Cylindrical-coordinate representation of color #302840: hue angle of 260º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #302840 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB484064-
CMYK0.250.3800.75
HSL260º23.08%20.39%-
HSV(B)260º37.5%25.1%-
XYZ2.92.525.18-
YUV45.13138.65130.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.58%
GREEN value IS 40 (16.02% from 255) = 26.32%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=31.58%
G=26.32%
B=42.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4840640.250.3800.7526023.0820.39
Hex302840192604B1041714
Octal6050100314601134042724
Binary110000101000100000011001100110010010111000001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302840; }

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

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

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

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

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

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

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

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