#30253D

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

Shades of Tolopea #30253D

Tints of Tolopea #30253D

Color information

#30253D (or 0x30253D) is unknown color: approx Tolopea. HEX triplet: 30, 25 and 3D. RGB value is (48,37,61). Sum of RGB (Red+Green+Blue) = 48+37+61=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #30253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30253D is #CFDAC2. Grayscale: #2A2A2A. Windows color (decimal): -13621955 or 4007216. OLE color: 4007216.

HSL color Cylindrical-coordinate representation of color #30253D: hue angle of 267.5º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #30253D is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB483761-
CMYK0.210.3900.76
HSL267.5º24.49%19.22%-
HSV(B)267.5º39.34%23.92%-
XYZ2.722.294.71-
YUV43.02138.14131.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.88%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 61 (24.22% from 255) = 41.78%
R=32.88%
G=25.34%
B=41.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4837610.210.3900.76267.524.4919.22
Hex30253D152704C10c1813
Octal604575254701144143023
Binary11000010010111110110101100111010011001000011001100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30253D; }

 p { color: rgb(48,37,61); }

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

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

 a { background-color: rgb(48,37,61); }

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

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

 span { border-color: rgb(48,37,61); }

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