#30283B

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

Shades of Tolopea #30283B

Tints of Tolopea #30283B

Color information

#30283B (or 0x30283B) is unknown color: approx Tolopea. HEX triplet: 30, 28 and 3B. RGB value is (48,40,59). Sum of RGB (Red+Green+Blue) = 48+40+59=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 59 - color contains mainly: blue. Hex color #30283B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30283B is #CFD7C4. Grayscale: #2C2C2C. Windows color (decimal): -13621189 or 3876912. OLE color: 3876912.

HSL color Cylindrical-coordinate representation of color #30283B: hue angle of 265.26º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #30283B is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB484059-
CMYK0.190.3200.77
HSL265.26º19.19%19.41%-
HSV(B)265.26º32.2%23.14%-
XYZ2.772.464.47-
YUV44.56136.15130.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.65%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 59 (23.44% from 255) = 40.14%
R=32.65%
G=27.21%
B=40.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4840590.190.3200.77265.2619.1919.41
Hex30283B132004D1091313
Octal605073234001154112323
Binary11000010100011101110011100000010011011000010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30283B; }

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

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

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

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

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

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

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

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