#303536

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

Shades of Outer Space #303536

Tints of Outer Space #303536

Color information

#303536 (or 0x303536) is unknown color: approx Outer Space. HEX triplet: 30, 35 and 36. RGB value is (48,53,54). Sum of RGB (Red+Green+Blue) = 48+53+54=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 54 - color contains mainly: blue. Hex color #303536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303536 is #CFCAC9. Grayscale: #333333. Windows color (decimal): -13617866 or 3552560. OLE color: 3552560.

HSL color Cylindrical-coordinate representation of color #303536: hue angle of 190º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #303536 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB485354-
CMYK0.110.0200.79
HSL190º5.88%20%-
HSV(B)190º11.11%21.18%-
XYZ3.163.443.99-
YUV51.62129.34125.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.97%
GREEN value IS 53 (21.09% from 255) = 34.19%
BLUE value IS 54 (21.48% from 255) = 34.84%
R=30.97%
G=34.19%
B=34.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4853540.110.0200.791905.8820
Hex303536B204Fbe614
Octal6065661320117276624
Binary110000110101110110101110010011111011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303536; }

 p { color: rgb(48,53,54); }

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

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

 a { background-color: rgb(48,53,54); }

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

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

 span { border-color: rgb(48,53,54); }

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